summaryrefslogtreecommitdiff
path: root/lang/squeak/Makefile
diff options
context:
space:
mode:
authordillo <dillo>2002-10-02 22:00:09 +0000
committerdillo <dillo>2002-10-02 22:00:09 +0000
commit90fb13532ffa5a8c3d882c2cd23ff76aacaa2a92 (patch)
tree95781b5d2096697ce967b35e64e9c9efb7fcc5db /lang/squeak/Makefile
parent21a9d446199acaa983e855f79f8dc2d4aeec8857 (diff)
downloadpkgsrc-90fb13532ffa5a8c3d882c2cd23ff76aacaa2a92.tar.gz
get rid of automake build dependency by patching configure
Diffstat (limited to 'lang/squeak/Makefile')
-rw-r--r--lang/squeak/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile
index 30be878d0df..28cdb5631b8 100644
--- a/lang/squeak/Makefile
+++ b/lang/squeak/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/11/29 19:46:12 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2002/10/02 22:00:09 dillo Exp $
#
DISTNAME= Squeak-3.0
@@ -14,7 +14,6 @@ MAINTAINER= fredb@netbsd.org
HOMEPAGE= http://www.squeak.org/
COMMENT= Full Smalltalk 80 with portability to UN*X, Mac, and Windows
-BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip
GNU_CONFIGURE= yes
@@ -37,10 +36,6 @@ post-extract:
${LOCALBASE}/bin/unzip ${DISTDIR}/${DIST_SUBDIR}/Squeak3.0-3552.zip
${MKDIR} ${WRKSRC}
-pre-configure:
- cd ${WRKSRC}/../src/unix; \
- ${LOCALBASE}/bin/aclocal && ${LOCALBASE}/bin/autoconf
-
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/squeak/3.0
.for f in ReadMe.txt SqueakV3.sources