summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-back
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-03-17 16:40:52 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-03-17 16:40:52 +0000
commit005580a8f2e4e88a12356b62aa613cbbdd60ad52 (patch)
tree4d4a8a5b9e282a75cbdcfa9d467cac023ac0e903 /x11-toolkits/gnustep-back
parent- Replace USE_X_PREFIX to USE_XORG (diff)
- set USE_XORG
- add direct dependencies
Notes
Notes: svn path=/head/; revision=209224
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r--x11-toolkits/gnustep-back/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index 02d64d758b9b..96efec986deb 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -18,6 +18,7 @@ COMMENT= GNUstep GUI backend
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
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
@@ -32,7 +33,8 @@ USE_GNUSTEP_GUI= yes
USE_GNUSTEP_CONFIGURE= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-USE_XLIB= yes
+USE_XORG= xft xrender xmu xext x11
+USE_FREETYPE= yes
RESTRICTED= GPL3
MAKE_FLAGS+= OPTFLAG="${CFLAGS} -I${X11BASE}/include"