diff options
author | wiz <wiz> | 2011-12-21 13:08:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-12-21 13:08:30 +0000 |
commit | c4ef0f642513cb2928688fabc5195814e6e1f4fd (patch) | |
tree | 3df7f8fd2ad501ed69222fbd3958d8123ea81366 /www/icedtea-web | |
parent | 08b2a049d001eb2f504d792997b916e962718487 (diff) | |
download | pkgsrc-c4ef0f642513cb2928688fabc5195814e6e1f4fd.tar.gz |
zip is not a tool. Replace with BUILD_DEPENDS.
Diffstat (limited to 'www/icedtea-web')
-rw-r--r-- | www/icedtea-web/Makefile | 6 |
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 |