summaryrefslogtreecommitdiff
path: root/lang
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
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')
-rw-r--r--lang/gnustep-base/Makefile9
-rw-r--r--lang/gnustep-guile/Makefile9
2 files changed, 8 insertions, 10 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:
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile
index 8ce21ae0c1e2..41658ed2161a 100644
--- a/lang/gnustep-guile/Makefile
+++ b/lang/gnustep-guile/Makefile
@@ -22,6 +22,10 @@ NO_MTREE= yes
GNU_CONFIGURE= yes
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}"
PLIST_SUB+= GUILE_VER="${GUILE_VER}"
@@ -40,11 +44,6 @@ PLIST_SUB+= USEX11=""
.include <bsd.port.pre.mk>
-USE_GNUSTEP_CONFIGURE= yes
-USE_GNUSTEP_BUILD= yes
-USE_GNUSTEP_INSTALL= yes
-.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
-
GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V GUILE_VER)
pre-configure: