aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnustep-make/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnustep-make/Makefile')
-rw-r--r--devel/gnustep-make/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile
index b921ae2f6e0..f17b4774644 100644
--- a/devel/gnustep-make/Makefile
+++ b/devel/gnustep-make/Makefile
@@ -33,6 +33,7 @@ CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" \
CFLAGS="${CFLAGS} -D_THREAD_SAFE"
CONFIGURE_TARGET=
USE_GMAKE= yes
+USE_GNUSTEP= yes
MAKEFILE=
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
@@ -42,13 +43,9 @@ PLIST_SUB+= NOFLAT2=""
PLIST_SUB+= NOFLAT2="${GNU_ARCH}/${OPSYS:L}/"
.endif
-.include <bsd.port.pre.mk>
-
-.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
-
post-configure:
${MV} ${WRKSRC}/config.make ${WRKSRC}/config.make.sed
${SED} -e "s|\(objc_threaded:=\).*|\1 ${PTHREAD_LIBS}|" \
< ${WRKSRC}/config.make.sed > ${WRKSRC}/config.make
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>