summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>2010-03-03 21:39:49 +0000
committerbad <bad@pkgsrc.org>2010-03-03 21:39:49 +0000
commit92ad040fd9d94b79aedb678442bea0a98f6fb856 (patch)
tree1c086a0c5ac65ed7c6a934977f1c47ac50e4b094
parent998004e6ed35ee48b27499a9671e27423ec0fc6c (diff)
downloadpkgsrc-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.mk4
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