diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-03-08 05:18:45 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-03-08 05:18:45 +0000 |
commit | eea3879a0ac2c25dfcc22cb091fb1ae02ce67e64 (patch) | |
tree | 1004d467c5412784e0bd6b6391e1fecc7121df2b /java/jdk14 | |
parent | ac95759d6ec57af1552829496dde5e4d51240601 (diff) |
. Add JAIL as an option, the Makefile already supported it as an
environment variable.
PR: 110049
Notes
Notes:
svn path=/head/; revision=186874
Diffstat (limited to 'java/jdk14')
-rw-r--r-- | java/jdk14/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |