diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-08 16:54:19 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-08 16:54:19 +0800 |
commit | a7f16640eae7722dd6815590f7274fcab88af1e6 (patch) | |
tree | c9488fd61ca42b8296879387139d31d43856e5b4 /x11-wm/windowmaker | |
parent | 646e8c8f6fdda814b802da2d94ba69832fd4d62d (diff) | |
download | freebsd-ports-gnome-a7f16640eae7722dd6815590f7274fcab88af1e6.tar.gz freebsd-ports-gnome-a7f16640eae7722dd6815590f7274fcab88af1e6.tar.zst freebsd-ports-gnome-a7f16640eae7722dd6815590f7274fcab88af1e6.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')
-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 \ |