summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2016-05-04 10:05:16 +0000
committerryoon <ryoon@pkgsrc.org>2016-05-04 10:05:16 +0000
commitcd9968638434042bef8551fa08998562ac14a454 (patch)
tree495cd51c6c4a480c27bb82498f1f19522bb5e0c6
parent89dda775b06a7bc4000220e9caf9ca6e1123f4a7 (diff)
downloadpkgsrc-cd9968638434042bef8551fa08998562ac14a454.tar.gz
Bump PKGREVISION to update buildlink dependency to xulrunner45
-rw-r--r--www/icedtea-web/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/icedtea-web/Makefile b/www/icedtea-web/Makefile
index 5e85f231b5f..8d5749fe424 100644
--- a/www/icedtea-web/Makefile
+++ b/www/icedtea-web/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2016/03/05 11:29:37 jperkin Exp $
+# $NetBSD: Makefile,v 1.43 2016/05/04 10:05:16 ryoon Exp $
# Keep icedtea-web distfile in sync with lang/openjdk7/icedtea-extras.mk
DISTNAME= icedtea-web-1.5.2
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= www
MASTER_SITES= http://icedtea.wildebeest.org/download/source/
@@ -51,6 +51,6 @@ post-install:
cd ${DESTDIR}/${PREFIX}/lib/netscape/plugins && \
${LN} -s ../../IcedTeaPlugin.so IcedTeaPlugin.so
-.include "../../devel/xulrunner38/buildlink3.mk"
+.include "../../devel/xulrunner45/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"