summaryrefslogtreecommitdiff
path: root/lang/squeak/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-01 20:07:59 +0000
committerjlam <jlam>2005-06-01 20:07:59 +0000
commit9246b8fa5d840499a559463c54cfa42c8745cb94 (patch)
tree77aa2e325b82a73660278dbb13238e6aac0adca7 /lang/squeak/Makefile
parentcd724154203ef64191ed5623075402fa6333c0aa (diff)
downloadpkgsrc-9246b8fa5d840499a559463c54cfa42c8745cb94.tar.gz
Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
Diffstat (limited to 'lang/squeak/Makefile')
-rw-r--r--lang/squeak/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile
index 21977cd33d4..ef5a738b258 100644
--- a/lang/squeak/Makefile
+++ b/lang/squeak/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/06/01 18:02:59 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2005/06/01 20:08:00 jlam Exp $
#
DISTNAME= Squeak-3.6-3
@@ -14,8 +14,9 @@ COMMENT= Full Smalltalk 80 with portability to UN*X, Mac, and Windows
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+USE_TOOLS+= automake14
-AUTOCONF_REQD>= 2.57
+AUTOCONF_REQD= 2.57
AUTOMAKE_REQD= 1.4.6
BUILD_DIRS= ${WRKDIR}/build
@@ -50,8 +51,6 @@ post-install:
CONFIGURE_ARGS+= --enable-mpg-mmx
.endif
-.include "../../mk/autoconf.mk"
-.include "../../mk/automake.mk"
.include "../../audio/nas/buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"