summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-03-10 02:01:41 +0000
committersalo <salo@pkgsrc.org>2003-03-10 02:01:41 +0000
commita75c9780130d2f764c4fda7470f8e898b7f3af62 (patch)
treeab4241f472919a018281ecbce4373d164cb14383 /lang/gauche
parentd7f39ef4a4926364c49c5d2ce77af44cb94a6963 (diff)
downloadpkgsrc-a75c9780130d2f764c4fda7470f8e898b7f3af62.tar.gz
s/LOCALBASE/PREFIX/
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index ae4a84a0a75..504ce48cdd9 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/03/10 01:43:58 uebayasi Exp $
+# $NetBSD: Makefile,v 1.11 2003/03/10 02:01:41 salo Exp $
#
DISTNAME= Gauche-0.6.3
@@ -28,7 +28,7 @@ BROKEN=Test required on NetBSD/i386 a.out
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
-CONFIGURE_ARGS+= --with-slib=${LOCALBASE}/share/slib
+CONFIGURE_ARGS+= --with-slib=${PREFIX}/share/slib
CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.libiconv} --with-iconv-lib=iconv
CONFIGURE_ENV+= AS="${CC} -x assembler-with-cpp -c"