summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-back
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-07-17 09:56:39 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-07-17 09:56:39 +0000
commit41d47c50c2498b72904b7870a7ed8504f2f48cd3 (patch)
treefe7706aed6f97d11c80a3b7a728690eeb70c611a /x11-toolkits/gnustep-back
parent- Update to 3.5.1 (diff)
- drop USE_FREETYPE
Notes
Notes: svn path=/head/; revision=237973
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r--x11-toolkits/gnustep-back/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index 6439a4667ba0..fd83bf3da38f 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -19,6 +19,7 @@ LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
LIB_DEPENDS+= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
+LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib
@@ -33,7 +34,6 @@ USE_GNUSTEP_CONFIGURE= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_XORG= xft xrender xmu xext x11
-USE_FREETYPE= yes
NO_PACKAGE= GPL3
MAKE_FLAGS+= OPTFLAG="${CFLAGS} -I${LOCALBASE}/include"