summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-05-26 22:15:50 +0000
committertnn <tnn@pkgsrc.org>2008-05-26 22:15:50 +0000
commitf65b2db7e0db087ff13994137f6e8b0ce90c910c (patch)
treea8417dccc71bf4a02ed3216e0d96da00b63d303d /lang/gauche
parentdc868fa9b526fb4ddeb33cc95ad19b58ff6573a9 (diff)
downloadpkgsrc-f65b2db7e0db087ff13994137f6e8b0ce90c910c.tar.gz
USE_DESTDIR is not supposed to be set by package Makefiles.
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 71f0373f588..7bdeda02a46 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2008/05/14 08:05:43 uebayasi Exp $
+# $NetBSD: Makefile,v 1.48 2008/05/26 22:15:50 tnn Exp $
#
DISTNAME= Gauche-0.8.13
@@ -13,7 +13,6 @@ 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"