summaryrefslogtreecommitdiff
path: root/lang/gauche
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/gauche
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/gauche')
-rw-r--r--lang/gauche/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 7a84d4a190d..00c6b2ed4e1 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/05/09 14:23:55 grant Exp $
+# $NetBSD: Makefile,v 1.21 2004/07/18 09:38:26 schmonz Exp $
#
DISTNAME= Gauche-0.7.4.2
@@ -41,10 +41,8 @@ INFO_FILES= gauche-refe.info gauche-refj.info
CONFIGURE_ARGS+= --enable-multibyte=${GAUCHE_MULTIBYTE}
.endif
-.if ${OPSYS} == "Darwin"
-. include "../../devel/dlcompat/buildlink3.mk"
-.endif
.include "../../devel/boehm-gc/buildlink3.mk"
+.include "../../devel/dlcompat/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"