diff options
author | bad <bad> | 2010-03-03 21:39:49 +0000 |
---|---|---|
committer | bad <bad> | 2010-03-03 21:39:49 +0000 |
commit | c49b94fe35194b855e95e9149ccc49e0230ae5fe (patch) | |
tree | 1c086a0c5ac65ed7c6a934977f1c47ac50e4b094 /misc | |
parent | 177c96480e4053e900a32ed77075133fed6a2f41 (diff) | |
download | pkgsrc-c49b94fe35194b855e95e9149ccc49e0230ae5fe.tar.gz |
Replace list of accepted JVMs with a set that is available through pkgsrc.
Not tested yet.
Should fix PR pkgsrc/42916.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice3-bin/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice3-bin/options.mk b/misc/openoffice3-bin/options.mk index c7c2893147d..aad6b78374c 100644 --- a/misc/openoffice3-bin/options.mk +++ b/misc/openoffice3-bin/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1.1.1 2009/01/31 22:05:53 bad Exp $ +# $NetBSD: options.mk,v 1.2 2010/03/03 21:39:49 bad Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.openoffice-bin PKG_SUPPORTED_OPTIONS= java @@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS= java .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mjava) -PKG_JVMS_ACCEPTED= blackdown-jdk13 sun-jdk13 sun-jdk14 sun-jdk15 +PKG_JVMS_ACCEPTED= sun-jdk15 sun-jdk6 openjdk7 openjdk7-bin USE_JAVA= run .include "../../mk/java-vm.mk" .endif |