diff options
author | wiz <wiz> | 2009-10-27 08:09:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-10-27 08:09:10 +0000 |
commit | e12a7b3da514c4a9c2e7096c570f515ac158270c (patch) | |
tree | d42cc4a17334398b654e7ebce08adaa057063b36 | |
parent | 2b6179d13e8d74e5a08977bb4964d49de6ceb14c (diff) | |
download | pkgsrc-e12a7b3da514c4a9c2e7096c570f515ac158270c.tar.gz |
Checks for zip during configure, so add BUILD_DEPENDS on it.
-rw-r--r-- | www/openjdk7-icedtea-plugin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/openjdk7-icedtea-plugin/Makefile b/www/openjdk7-icedtea-plugin/Makefile index 77e3e3829c2..6ac9aec85e6 100644 --- a/www/openjdk7-icedtea-plugin/Makefile +++ b/www/openjdk7-icedtea-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/10/26 05:18:30 obache Exp $ +# $NetBSD: Makefile,v 1.3 2009/10/27 08:09:10 wiz Exp $ # DISTNAME= # from icedtea-extras.mk @@ -11,6 +11,8 @@ HOMEPAGE= http://icedtea.classpath.org/ COMMENT= Java browser plugin #LICENSE= # GPL2 + Classpath exception +BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip + PKG_DESTDIR_SUPPORT= user-destdir ICEDTEA_PACKAGE= yes |