summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-09 14:23:55 +0000
committergrant <grant@pkgsrc.org>2004-05-09 14:23:55 +0000
commit843889f988128442892cbc2a058994e93f058583 (patch)
treef35f4a98ba11eec87b8a1414ca4e049df8133397 /lang/gauche
parentee35f416aa9c64ddc06841293a9b6ecef677d4e2 (diff)
downloadpkgsrc-843889f988128442892cbc2a058994e93f058583.tar.gz
use buildlink3.
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 2eef4153ac0..7a84d4a190d 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/03/29 09:34:26 kei Exp $
+# $NetBSD: Makefile,v 1.20 2004/05/09 14:23:55 grant Exp $
#
DISTNAME= Gauche-0.7.4.2
@@ -25,7 +25,7 @@ BROKEN=Test required on NetBSD/i386 a.out
.endif
GNU_CONFIGURE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
CONFIGURE_ARGS+= --with-slib=${PREFIX}/share/slib
CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv}
CONFIGURE_ENV+= AS="${CC} -x assembler-with-cpp -c"
@@ -42,10 +42,10 @@ CONFIGURE_ARGS+= --enable-multibyte=${GAUCHE_MULTIBYTE}
.endif
.if ${OPSYS} == "Darwin"
-. include "../../devel/dlcompat/buildlink2.mk"
+. include "../../devel/dlcompat/buildlink3.mk"
.endif
-.include "../../devel/boehm-gc/buildlink2.mk"
-.include "../../converters/libiconv/buildlink2.mk"
+.include "../../devel/boehm-gc/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
.if !empty(_WITH_ICONV_LIB)