diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-08 08:54:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-08 08:54:19 +0000 |
commit | cede19dfae0268554e71bf5792d0ca02f4d7417b (patch) | |
tree | 39a13ee5d28b20792e42e6aa2f0ac1585b705d4f /x11-wm/windowmaker/Makefile | |
parent | 27bd24079897dc40c352c53bbdcabde21d4c5b01 (diff) | |
download | freebsd-ports-cede19dfae0268554e71bf5792d0ca02f4d7417b.zip |
Explicitly require ${LOCALBASE}/lib/libfreetype to be present at the build time,
because WM may fail to build if XFree86-4's version of libfreetype.so.6 is
detected and freetype2 port is not installed (XFree86 doesn't install any
freetype's header files). This is temporarly workaround until jmz will fix
XFree86-4 properly.
Prompted by: Mister X <scanner@jurai.net>
Diffstat (limited to 'x11-wm/windowmaker/Makefile')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 223efa546197..85aa4540c4ac 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -19,6 +19,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= sobomax@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/libfreetype.a:${PORTSDIR}/print/freetype2 LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png \ |