diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-29 19:46:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-29 19:46:10 +0000 |
commit | 4c38713d7bad9af9588bff4f78232edc9e411542 (patch) | |
tree | 84fae42eff07ce703dc96dece7cdb9f95f7dbf81 /lang/squeak | |
parent | bdc33053bdd7bb6de1d25615bcddc846d22acbd6 (diff) | |
download | pkgsrc-4c38713d7bad9af9588bff4f78232edc9e411542.tar.gz |
A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
Diffstat (limited to 'lang/squeak')
-rw-r--r-- | lang/squeak/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 865d5424538..30be878d0df 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/09/27 23:18:18 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2001/11/29 19:46:12 jlam 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+= autoconf>=2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip |