diff options
author | hasso <hasso@pkgsrc.org> | 2009-06-03 08:49:31 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-06-03 08:49:31 +0000 |
commit | 4df353610a80b6439afaff3c817a62bf1e7f7f80 (patch) | |
tree | b5db435ad0e12361197a68d8fd105c7b6b415104 /lang | |
parent | 6a382a9005c0d27f07d515f79a85d0b26a122f39 (diff) | |
download | pkgsrc-4df353610a80b6439afaff3c817a62bf1e7f7f80.tar.gz |
Build depends on zip.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/smalltalk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 6708a8b9f22..065e9d14375 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2009/05/20 00:58:20 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2009/06/03 08:49:31 hasso Exp $ DISTNAME= smalltalk-3.1 PKGREVISION= 1 @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no +BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip + USE_TOOLS+= gawk gmake makeinfo pkg-config USE_GNU_READLINE= YES USE_LIBTOOL= YES |