aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-08-28 09:42:30 +0800
committerdinoex <dinoex@FreeBSD.org>2003-08-28 09:42:30 +0800
commit19c7397033ce2e1357a03e47e1e02e36c4e8846d (patch)
tree4bcc406896488d66df12ae8d93a36a4982246190 /lang
parentd5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f (diff)
downloadfreebsd-ports-gnome-19c7397033ce2e1357a03e47e1e02e36c4e8846d.tar.gz
freebsd-ports-gnome-19c7397033ce2e1357a03e47e1e02e36c4e8846d.tar.zst
freebsd-ports-gnome-19c7397033ce2e1357a03e47e1e02e36c4e8846d.zip
- use new hook USE_GNUSTEP in bsd.port.mk
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: