From 5a0f2d37a68c79908366232a341dee48a7522701 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim 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(-) 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 v1.2.3