summaryrefslogtreecommitdiff
path: root/lang/dylan-interpreter/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'lang/dylan-interpreter/Makefile.common')
-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"