summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/libreoffice5-bin/options.mk4
-rw-r--r--misc/libreoffice6-bin/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/libreoffice5-bin/options.mk b/misc/libreoffice5-bin/options.mk
index 86cdaa28d7a..b57a44c2aae 100644
--- a/misc/libreoffice5-bin/options.mk
+++ b/misc/libreoffice5-bin/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2016/01/08 23:53:13 ryoon Exp $
+# $NetBSD: options.mk,v 1.2 2019/05/02 08:36:10 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libreoffice-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= jdk15 sun-jdk6
+PKG_JVMS_ACCEPTED= jdk15
USE_JAVA= run
.include "../../mk/java-vm.mk"
.endif
diff --git a/misc/libreoffice6-bin/options.mk b/misc/libreoffice6-bin/options.mk
index 95a3d62bf1b..b57a44c2aae 100644
--- a/misc/libreoffice6-bin/options.mk
+++ b/misc/libreoffice6-bin/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2019/03/23 10:52:09 tsutsui Exp $
+# $NetBSD: options.mk,v 1.2 2019/05/02 08:36:10 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libreoffice-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= jdk15 sun-jdk6
+PKG_JVMS_ACCEPTED= jdk15
USE_JAVA= run
.include "../../mk/java-vm.mk"
.endif