summaryrefslogtreecommitdiff
path: root/lang/dylan-interpreter
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/dylan-interpreter
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/dylan-interpreter')
-rw-r--r--lang/dylan-interpreter/Makefile.common6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/dylan-interpreter/Makefile.common b/lang/dylan-interpreter/Makefile.common
index ee5e31feb1c..4f9668678ed 100644
--- a/lang/dylan-interpreter/Makefile.common
+++ b/lang/dylan-interpreter/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2004/01/24 13:51:14 grant Exp $
+# $NetBSD: Makefile.common,v 1.13 2004/02/14 17:21:43 jlam Exp $
#
DISTNAME= gwydion-dylan-${DYLAN_VERSION}
@@ -19,6 +19,7 @@ COMMENT= Functional language
USE_BUILDLINK2= yes
USE_GNU_TOOLS+= make
+USE_LIBTOOL= yes
MAKEFILE= GNUmakefile
ALL_TARGET= default
@@ -30,9 +31,6 @@ DYLAN_VERSION= 2.3.6
# other architecture changes will be gratefully received
ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-powerpc
-USE_LIBTOOL= yes
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "i386"