diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-05-25 11:13:58 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-05-25 11:13:58 +0000 |
commit | 7822cfa017128af87cb8eac47fa9d94e617f8af1 (patch) | |
tree | d3027c95104786eec1be91fc3650932c5ea10827 /www | |
parent | 5de7dcdd7a44a1f15938dc35618e665179e58f40 (diff) | |
download | pkgsrc-7822cfa017128af87cb8eac47fa9d94e617f8af1.tar.gz |
Bump PKGREVISION.
* Depend on xulrunner17 instead of xulrunner.
Diffstat (limited to 'www')
-rw-r--r-- | www/icedtea-web/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/icedtea-web/Makefile b/www/icedtea-web/Makefile index c202598468b..add5c07cd64 100644 --- a/www/icedtea-web/Makefile +++ b/www/icedtea-web/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2013/02/16 11:24:53 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2013/05/25 11:13:58 ryoon Exp $ # DISTNAME= 61e08e67b176 PKGNAME= icedtea-web-1.2pre -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= www MASTER_SITES= http://icedtea.classpath.org/hg/icedtea-web/archive/ EXTRACT_SUFX= .tar.bz2 @@ -32,8 +32,8 @@ do-install: ${INSTALL_LIB} ${WRKSRC}/plugin/icedteanp/IcedTeaPlugin.so ${DESTDIR}${PREFIX}/lib/netscape/plugins ${INSTALL_SCRIPT} ${WRKSRC}/launcher.build/javaws ${DESTDIR}${PREFIX}/bin -BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=5.0 -.include "../../devel/xulrunner/buildlink3.mk" +BUILDLINK_API_DEPENDS.xulrunner17+= xulrunner17>=17.0.6nb1 +.include "../../devel/xulrunner17/buildlink3.mk" BUILDLINK_API_DEPENDS.openjdk7+= openjdk7>=1.7.0.147 .include "../../lang/openjdk7/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |