summaryrefslogtreecommitdiff
path: root/lang/gnustep-base
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 /lang/gnustep-base
parentUse the new virtual category 'scheme' (diff)
- use new hook USE_GNUSTEP in bsd.port.mk
Notes
Notes: svn path=/head/; revision=87820
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r--lang/gnustep-base/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index 4b287d7d763b..54f3c32d1fda 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -31,6 +31,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-procfs
CONFIGURE_TARGET=
USE_GMAKE= yes
+USE_GNUSTEP= yes
+USE_GNUSTEP_CONFIGURE= yes
+USE_GNUSTEP_BUILD= yes
+USE_GNUSTEP_INSTALL= yes
MAKEFILE=
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
CFLAGS+= -I${LOCALBASE}/include/libxml2/libxml
@@ -40,11 +44,6 @@ PLIST_SUB+= LOCALBASE=${LOCALBASE}
.include <bsd.port.pre.mk>
-USE_GNUSTEP_CONFIGURE= yes
-USE_GNUSTEP_BUILD= yes
-USE_GNUSTEP_INSTALL= yes
-.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
-
TARGLIB!= (cd ${PORTSDIR}/${GNUSTEP_OBJC_PORT} && make -V TARGLIB)
post-extract: