aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-back
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-28 01:42:30 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-28 01:42:30 +0000
commit960b679f1061d065f88bd4813bde263ce678ada8 (patch)
tree107bdb5fa02093444105d6a1fc5e4d2603aea083 /x11-toolkits/gnustep-back
parent35fc62a6c3987f2a495454e42d8c7d7e50f7cc74 (diff)
downloadports-960b679f1061d065f88bd4813bde263ce678ada8.tar.gz
ports-960b679f1061d065f88bd4813bde263ce678ada8.zip
- use new hook USE_GNUSTEP in bsd.port.mk
Notes
Notes: svn path=/head/; revision=87820
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r--x11-toolkits/gnustep-back/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index 1ac2b86f3ea6..074107dad0f6 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -36,6 +36,11 @@ CONFIGURE_ARGS+= --with-jpeg-include=${LOCALBASE}/include
#CPPFLAGS+= -I${LOCALBASE}/include/freetype2
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
USE_GMAKE= yes
+USE_GNUSTEP= yes
+USE_GNUSTEP_GUI= yes
+USE_GNUSTEP_CONFIGURE= yes
+USE_GNUSTEP_BUILD= yes
+USE_GNUSTEP_INSTALL= yes
MAKEFILE=
MAKE_FLAGS+= OPTFLAG="${CFLAGS} -I${X11BASE}/include"
BREAKS_IF_PEDANTIC= yes
@@ -68,12 +73,6 @@ PLIST_SUB+= USE_XLIB="" USE_XDPS="@comment " USE_ART="@comment "
MAKE_ENV+= ADDITIONAL_LDFLAGS=-lcipher
.endif
-USE_GNUSTEP_GUI= yes
-USE_GNUSTEP_CONFIGURE= yes
-USE_GNUSTEP_BUILD= yes
-USE_GNUSTEP_INSTALL= yes
-.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
-
post-extract:
.for file in config.guess config.sub install-sh
@${CP} ${PREFIX}/System/Makefiles/${file} ${WRKSRC}