summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-08 08:54:19 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-08 08:54:19 +0000
commitcede19dfae0268554e71bf5792d0ca02f4d7417b (patch)
tree39a13ee5d28b20792e42e6aa2f0ac1585b705d4f /x11-wm/windowmaker
parentUpdate version number of libwmfun shared library. (diff)
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>
Notes
Notes: svn path=/head/; revision=36933
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r--x11-wm/windowmaker/Makefile1
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 \