summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-back
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-03-19 04:35:47 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-03-19 04:35:47 +0000
commitccd3e4a8d4cb4895f5f7021c123161b64e93da9d (patch)
tree1631b12f177eccd4b4c767181dd6145fa883cbb7 /x11-toolkits/gnustep-back
parentAdd a rcng startup script for the daemon mode. (diff)
- add USE_GNUSTEP_PREFIX
Notes
Notes: svn path=/head/; revision=157643
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r--x11-toolkits/gnustep-back/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index 96d3242259df..9938079d2da4 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -20,9 +20,6 @@ LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
USE_XLIB= yes
-GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep
-PREFIX= ${GNUSTEP_PREFIX}
-NO_MTREE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib
@@ -32,6 +29,7 @@ CONFIGURE_ARGS+= --with-jpeg-include=${LOCALBASE}/include
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
USE_GMAKE= yes
USE_GNUSTEP= yes
+USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_GUI= yes
USE_GNUSTEP_CONFIGURE= yes
USE_GNUSTEP_BUILD= yes