diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-11-09 22:45:19 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-11-09 22:45:19 +0000 |
commit | 5caef841b97a2d544261f9637f577dfd6897bed5 (patch) | |
tree | ab2dbba4b1dc0ffd6b895ccc673b6d448fcb5f9b /java/icedtea-web | |
parent | 634b65118b4b8e74662c01e925cf87ec46808f3a (diff) | |
download | ports-5caef841b97a2d544261f9637f577dfd6897bed5.tar.gz ports-5caef841b97a2d544261f9637f577dfd6897bed5.zip |
Notes
Diffstat (limited to 'java/icedtea-web')
-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 |