diff options
author | bad <bad@pkgsrc.org> | 2010-03-03 21:39:49 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2010-03-03 21:39:49 +0000 |
commit | 92ad040fd9d94b79aedb678442bea0a98f6fb856 (patch) | |
tree | 1c086a0c5ac65ed7c6a934977f1c47ac50e4b094 | |
parent | 998004e6ed35ee48b27499a9671e27423ec0fc6c (diff) | |
download | pkgsrc-92ad040fd9d94b79aedb678442bea0a98f6fb856.tar.gz |
Replace list of accepted JVMs with a set that is available through pkgsrc.
Not tested yet.
Should fix PR pkgsrc/42916.
-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 |