summaryrefslogtreecommitdiff
path: root/lang/gforth
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2004-07-18 09:38:26 +0000
committerschmonz <schmonz@pkgsrc.org>2004-07-18 09:38:26 +0000
commit2b261a6ce2cf61ccdaf5251d941fda3df3904780 (patch)
tree651fa4f48501cb6b2109903862d66e9efe0325fe /lang/gforth
parente464fcb387b1aa4585d2240dbee70b5e8965c8ce (diff)
downloadpkgsrc-2b261a6ce2cf61ccdaf5251d941fda3df3904780.tar.gz
Remove the ${OPSYS} test around inclusion of dlcompat/buildlink3.mk,
as that test is now done by the buildlink3 file itself.
Diffstat (limited to 'lang/gforth')
-rw-r--r--lang/gforth/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index 56bc106d51f..11d10aedd88 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/05/02 04:59:23 snj Exp $
+# $NetBSD: Makefile,v 1.18 2004/07/18 09:38:26 schmonz Exp $
DISTNAME= gforth-0.6.2
CATEGORIES= lang
@@ -27,9 +27,7 @@ TEST_TARGET= test
KERNEL_FI= `cd ${WRKSRC} && (${ECHO} 'prkern:'; ${ECHO} ' @${ECHO} $$(kernel_fi)'; ${ECHO}; ${CAT} Makefile) | ${MAKE} -f - prkern`
# XXX Need test.
-#.if ${OPSYS} == "Darwin"
-#. include "../../devel/dlcompat/buildlink3.mk"
-#.endif
+#.include "../../devel/dlcompat/buildlink3.mk"
post-build:
@${ECHO}; ${ECHO} building PLIST...