summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-12-21 13:08:30 +0000
committerwiz <wiz@pkgsrc.org>2011-12-21 13:08:30 +0000
commitc9d393e626b87568801e3d532cb2b8265dd11250 (patch)
tree3df7f8fd2ad501ed69222fbd3958d8123ea81366 /www
parentc75a479d284c65921393c16d5ffff312c77b4982 (diff)
downloadpkgsrc-c9d393e626b87568801e3d532cb2b8265dd11250.tar.gz
zip is not a tool. Replace with BUILD_DEPENDS.
Diffstat (limited to 'www')
-rw-r--r--www/icedtea-web/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/icedtea-web/Makefile b/www/icedtea-web/Makefile
index 31813a8b01a..faa4cf7e7e4 100644
--- a/www/icedtea-web/Makefile
+++ b/www/icedtea-web/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/11/01 06:02:46 sbd Exp $
+# $NetBSD: Makefile,v 1.4 2011/12/21 13:08:30 wiz Exp $
#
DISTNAME= 61e08e67b176
@@ -15,9 +15,11 @@ COMMENT= Java browser plugin and Web Start launcher
PKG_DESTDIR_SUPPORT= user-destdir
+BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip
+
GNU_CONFIGURE= yes
USE_LANGUAGES+= c c++
-USE_TOOLS+= autoconf automake gmake pkg-config zip
+USE_TOOLS+= autoconf automake gmake pkg-config
WRKSRC= ${WRKDIR}/icedtea-web-${DISTNAME}
CONFIGURE_ARGS+= --with-jdk-home=${PREFIX}/java/openjdk7