diff options
author | uebayasi <uebayasi> | 2008-05-14 08:05:43 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2008-05-14 08:05:43 +0000 |
commit | 90f49984e579bf0fb0dd228e4492ae4beb8859a5 (patch) | |
tree | 508ac1b2500cd6c9373bb4088b440837b700dd5c /lang | |
parent | b0649e3c9dfa48c6f4aa0998367aca811b2dd70b (diff) | |
download | pkgsrc-90f49984e579bf0fb0dd228e4492ae4beb8859a5.tar.gz |
Gauche supports DESTDIR nicely; enable full DESTDIR.
Diffstat (limited to 'lang')
-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" |