diff options
author | martin <martin@pkgsrc.org> | 2000-10-05 10:27:27 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2000-10-05 10:27:27 +0000 |
commit | e5e7f6b81c46499aa31d6867ab37f231147a481b (patch) | |
tree | d4257863156dd50e4a0c1775127b333d7f80ed1f /www/mozilla | |
parent | c2df2e8041b7d68c0ec71bbdd47c23c38e5457b0 (diff) | |
download | pkgsrc-e5e7f6b81c46499aa31d6867ab37f231147a481b.tar.gz |
Add build dependency for 'zip' (to create .jar files).
Noticed by Gary Duzan.
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index a8697d034c4..4bfcce98509 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2000/09/03 18:36:06 martin Exp $ +# $NetBSD: Makefile,v 1.41 2000/10/05 10:27:27 martin Exp $ DISTNAME= mozilla-source-M17 PKGNAME= mozilla-1.0m17 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.mozilla.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= zip:../../archivers/zip DEPENDS+= gtk+>=1.2.8:../../x11/gtk DEPENDS+= ORBit>=0.5.1:../../net/ORBit DEPENDS+= jpeg-6b:../../graphics/jpeg |