summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2008-05-14 08:05:43 +0000
committeruebayasi <uebayasi@pkgsrc.org>2008-05-14 08:05:43 +0000
commit0e822e657f7d2888a815dd8aa2932645409b30a6 (patch)
tree508ac1b2500cd6c9373bb4088b440837b700dd5c /lang/gauche
parent5812f16f83d47e6d79160c8ee569653ea3d42cf0 (diff)
downloadpkgsrc-0e822e657f7d2888a815dd8aa2932645409b30a6.tar.gz
Gauche supports DESTDIR nicely; enable full DESTDIR.
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 11c3bd67232..71f0373f588 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2008/03/02 00:55:15 jlam Exp $
+# $NetBSD: Makefile,v 1.47 2008/05/14 08:05:43 uebayasi Exp $
#
DISTNAME= Gauche-0.8.13
@@ -13,6 +13,7 @@ COMMENT= R5RS Scheme implementation aimed to be a handy tool for daily works
DEPENDS+= slib-[0-9]*:../../devel/slib
PKG_DESTDIR_SUPPORT= user-destdir
+USE_DESTDIR= full
.include "options.mk"
@@ -23,6 +24,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-slib=${SLIB_PREFIX}/share/slib
CONFIGURE_ARGS+= --enable-threads=pthreads
CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv}
+MAKEVARS+= DESTDIR
CHECK_BUILTIN.iconv:= no
.include "../../converters/libiconv/builtin.mk"