svn commit: r307256 - head/java/icedtea-web
Jung-uk Kim
jkim at FreeBSD.org
Fri Nov 9 22:45:20 UTC 2012
Author: jkim
Date: Fri Nov 9 22:45:19 2012
New Revision: 307256
URL: http://svnweb.freebsd.org/changeset/ports/307256
Log:
Add libxul19 as a possible Gecko.
Feature safe: yes
Modified:
head/java/icedtea-web/Makefile
Modified: head/java/icedtea-web/Makefile
==============================================================================
--- head/java/icedtea-web/Makefile Fri Nov 9 22:25:26 2012 (r307255)
+++ head/java/icedtea-web/Makefile Fri Nov 9 22:45:19 2012 (r307256)
@@ -52,7 +52,7 @@ CONFIGURE_ARGS+=--disable-docs
.endif
.if ${PORT_OPTIONS:MPLUGIN}
-USE_GECKO= libxul
+USE_GECKO= libxul libxul19
USE_GNOME= glib20 gtk20
USE_WEBPLUGINS= native
WEBPLUGINS_DIR= ${PREFIX}/lib
More information about the svn-ports-all
mailing list