summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-09 17:38:02 +0000
committerwiz <wiz>2002-10-09 17:38:02 +0000
commit75e2472d484a333eb50784df7dc6169d01003046 (patch)
tree47618a3f317ef5ba14f33b1ccf6909e13a580fa9 /lang/gauche
parent508e63dc61d49931b7884be97d25eef5bbaa3292 (diff)
downloadpkgsrc-75e2472d484a333eb50784df7dc6169d01003046.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 0d165b81cf6..f419ca04af3 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/10/02 08:25:13 minoura Exp $
+# $NetBSD: Makefile,v 1.9 2002/10/09 17:38:02 wiz Exp $
#
DISTNAME= Gauche-0.6.3
@@ -26,8 +26,9 @@ BROKEN=Test required on NetBSD/i386 a.out
.endif
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-slib=${PREFIX}/share/slib
-CONFIGURE_ARGS+= --with-iconv=${PREFIX} --with-iconv-lib=iconv
+USE_BUILDLINK2= yes
+CONFIGURE_ARGS+= --with-slib=${LOCALBASE}/share/slib
+CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.libiconv} --with-iconv-lib=iconv
CONFIGURE_ENV+= AS="${CC} -x assembler-with-cpp -c"
INFO_FILES= gauche-refe.info gauche-refj.info
@@ -37,6 +38,6 @@ INFO_FILES= gauche-refe.info gauche-refj.info
CONFIGURE_ARGS+= --enable-multibyte=${GAUCHE_MULTIBYTE}
.endif
-.include "../../converters/libiconv/buildlink.mk"
+.include "../../converters/libiconv/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"