pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/openjdk7-icedtea-plugin Checks for zip during conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1b9ec168691
branches:  trunk
changeset: 400785:d1b9ec168691
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 27 08:09:10 2009 +0000

description:
Checks for zip during configure, so add BUILD_DEPENDS on it.

diffstat:

 www/openjdk7-icedtea-plugin/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r abb590396155 -r d1b9ec168691 www/openjdk7-icedtea-plugin/Makefile
--- a/www/openjdk7-icedtea-plugin/Makefile      Tue Oct 27 03:05:57 2009 +0000
+++ b/www/openjdk7-icedtea-plugin/Makefile      Tue Oct 27 08:09:10 2009 +0000
@@ -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 @@
 COMMENT=       Java browser plugin
 #LICENSE=      # GPL2 + Classpath exception
 
+BUILD_DEPENDS+=        zip-[0-9]*:../../archivers/zip
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 ICEDTEA_PACKAGE=       yes



Home | Main Index | Thread Index | Old Index