diff options
author | jkim <jkim@FreeBSD.org> | 2012-11-10 06:45:19 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2012-11-10 06:45:19 +0800 |
commit | 0eb70ffc7b238519956310beadf709e256287ad3 (patch) | |
tree | ab2dbba4b1dc0ffd6b895ccc673b6d448fcb5f9b /java | |
parent | b1eec4f3253870e0af488ec3906fca3905b27778 (diff) | |
download | freebsd-ports-gnome-0eb70ffc7b238519956310beadf709e256287ad3.tar.gz freebsd-ports-gnome-0eb70ffc7b238519956310beadf709e256287ad3.tar.zst freebsd-ports-gnome-0eb70ffc7b238519956310beadf709e256287ad3.zip |
Add libxul19 as a possible Gecko.
Feature safe: yes
Diffstat (limited to 'java')
-rw-r--r-- | java/icedtea-web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 8bd88af1328f..d57938b9cda7 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -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 |