diff options
author | jkim <jkim@FreeBSD.org> | 2011-07-12 06:35:12 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2011-07-12 06:35:12 +0800 |
commit | aeaac71a3c5f9386ce6028fa39f5828be9765393 (patch) | |
tree | 47e2ca1c819430d359a8a66d07d5b3421f8feb87 /java | |
parent | 2975b5503d099d00ab7bc843f77777f45316492f (diff) | |
download | freebsd-ports-gnome-aeaac71a3c5f9386ce6028fa39f5828be9765393.tar.gz freebsd-ports-gnome-aeaac71a3c5f9386ce6028fa39f5828be9765393.tar.zst freebsd-ports-gnome-aeaac71a3c5f9386ce6028fa39f5828be9765393.zip |
Fix build with Rhino support.
Diffstat (limited to 'java')
-rw-r--r-- | java/icedtea-web/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 9f6691f21eb7..b9ef5dff4948 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -20,7 +20,7 @@ JAVA_VENDOR= openjdk USE_XORG= x11 OPTIONS= PLUGIN "Enable the browser plug-in" on \ - RHINO "Enable support for Proxy Auto Config files" off \ + RHINO "Add support for Proxy Auto Config files" off \ TEST "Add support for running regression test" off MAN1= javaws.1 @@ -64,6 +64,7 @@ CONFIGURE_ARGS+=--disable-plugin .if defined(WITH_RHINO) CONFIGURE_ARGS+=--with-rhino=${JAVASHAREDIR}/rhino/rhino.jar +BUILD_DEPENDS+= ${JAVASHAREDIR}/rhino/rhino.jar:${PORTSDIR}/lang/rhino RUN_DEPENDS+= ${JAVASHAREDIR}/rhino/rhino.jar:${PORTSDIR}/lang/rhino .else CONFIGURE_ARGS+=--with-rhino=no |