summaryrefslogtreecommitdiff
path: root/lang/chicken
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-14 17:21:32 +0000
committerjlam <jlam@pkgsrc.org>2004-02-14 17:21:32 +0000
commit445b2e9398f9730ac770e0e9639e0329f6ada7c7 (patch)
treef363875d965b55b56e856a921189b2693e263e28 /lang/chicken
parent18b40ae33e0c58e7e58ae1f8c9f9c40d57573cdc (diff)
downloadpkgsrc-445b2e9398f9730ac770e0e9639e0329f6ada7c7.tar.gz
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
Diffstat (limited to 'lang/chicken')
-rw-r--r--lang/chicken/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index 1d58cd3e312..4c7910d8f4e 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/09/12 10:01:12 itojun Exp $
+# $NetBSD: Makefile,v 1.9 2004/02/14 17:21:43 jlam Exp $
#
DISTNAME= chicken-1.17
@@ -12,6 +12,5 @@ COMMENT= Scheme to C compiler, handling R5RS
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
TEST_TARGET= test
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../mk/bsd.pkg.mk"