From 960b679f1061d065f88bd4813bde263ce678ada8 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 28 Aug 2003 01:42:30 +0000 Subject: - use new hook USE_GNUSTEP in bsd.port.mk --- lang/gnustep-base/Makefile | 9 ++++----- lang/gnustep-guile/Makefile | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) (limited to 'lang') 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 -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 -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: -- cgit v1.2.3