diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-03-19 12:35:47 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-03-19 12:35:47 +0800 |
commit | ccd3e4a8d4cb4895f5f7021c123161b64e93da9d (patch) | |
tree | 1631b12f177eccd4b4c767181dd6145fa883cbb7 /x11-toolkits | |
parent | c3c75e1d1c310dc3e17040119c967db3008e32ce (diff) | |
download | freebsd-ports-gnome-ccd3e4a8d4cb4895f5f7021c123161b64e93da9d.tar.gz freebsd-ports-gnome-ccd3e4a8d4cb4895f5f7021c123161b64e93da9d.tar.zst freebsd-ports-gnome-ccd3e4a8d4cb4895f5f7021c123161b64e93da9d.zip |
- add USE_GNUSTEP_PREFIX
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtoolkit/Makefile | 4 |
3 files changed, 3 insertions, 9 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 diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index e5873a89c769..e1925c61c8e7 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -20,9 +20,6 @@ LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif NOT_FOR_ARCHS= ia64 -GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep -PREFIX= ${GNUSTEP_PREFIX} -NO_MTREE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib @@ -36,6 +33,7 @@ USE_XLIB= yes EXTRA_PATCHES+= ${FILESDIR}/GNUmakefile.patch USE_GMAKE= yes USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_CONFIGURE= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes diff --git a/x11-toolkits/gtoolkit/Makefile b/x11-toolkits/gtoolkit/Makefile index 924087f90bd6..823a96e6b58d 100644 --- a/x11-toolkits/gtoolkit/Makefile +++ b/x11-toolkits/gtoolkit/Makefile @@ -14,12 +14,10 @@ MASTER_SITES= ftp://ftp.inf.uos.de/pub/elmar/gtk/objc-gtoolkit/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Obj-C wrapper for gtk, a x11 graphics library -GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep -PREFIX= ${GNUSTEP_PREFIX} -NO_MTREE= yes USE_GMAKE= yes USE_GNOME= gtk12 USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_CONFIGURE= yes USE_GNUSTEP_BUILD= yes |