From aeaac71a3c5f9386ce6028fa39f5828be9765393 Mon Sep 17 00:00:00 2001 From: jkim Date: Mon, 11 Jul 2011 22:35:12 +0000 Subject: Fix build with Rhino support. --- java/icedtea-web/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java') 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 -- cgit