diff options
Diffstat (limited to 'lang/gauche/Makefile')
-rw-r--r-- | lang/gauche/Makefile | 4 |
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" |