summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"