From eea3879a0ac2c25dfcc22cb091fb1ae02ce67e64 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Thu, 8 Mar 2007 05:18:45 +0000 Subject: [PATCH] . Add JAIL as an option, the Makefile already supported it as an environment variable. PR: 110049 --- java/jdk14/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile index 48bf949d477f..b25cbd06eb79 100644 --- a/java/jdk14/Makefile +++ b/java/jdk14/Makefile @@ -32,7 +32,8 @@ OPTIONS= DEBUG "Enable debugging support" off \ IPV6 "Enable IPv6 support" off \ POLICY "Install the Unlimited Strength Policy Files" off \ TZUPDATE "Update the time zone data" on \ - WEB "Enable the browser plugin and Java Web Start" on + WEB "Enable the browser plugin and Java Web Start" on \ + JAIL "Port is being built within a jail" off .if defined(WITH_OPENMOTIF_JDK) BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/x11-toolkits/open-motif-jdk:extract