diff options
Diffstat (limited to 'lang/squeak/Makefile')
-rw-r--r-- | lang/squeak/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 0d00ebf4577..86e2484b187 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/08/23 21:18:30 fredb Exp $ +# $NetBSD: Makefile,v 1.17 2001/08/26 10:32:22 skrll Exp $ # DISTNAME= Squeak-3.0 @@ -15,7 +15,7 @@ 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+= automake>=1.4:../../devel/automake BUILD_DEPENDS+= unzip-*:../../archivers/unzip GNU_CONFIGURE= yes |