aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gnustep-back
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2008-03-18 00:40:52 +0800
committerdinoex <dinoex@FreeBSD.org>2008-03-18 00:40:52 +0800
commit19cf57c8b3a3ff63dc4a2dd4196d8b7e65040c1b (patch)
tree1dc976ca576481b2bff82d4a6ab32fc3e954e8ea /x11-toolkits/gnustep-back
parent927936b982d654a208a1b72eefe4c16852b23607 (diff)
downloadfreebsd-ports-gnome-19cf57c8b3a3ff63dc4a2dd4196d8b7e65040c1b.tar.gz
freebsd-ports-gnome-19cf57c8b3a3ff63dc4a2dd4196d8b7e65040c1b.tar.zst
freebsd-ports-gnome-19cf57c8b3a3ff63dc4a2dd4196d8b7e65040c1b.zip
- set USE_XORG
- add direct dependencies
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"