summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-05-02 08:36:09 +0000
committerwiz <wiz@pkgsrc.org>2019-05-02 08:36:09 +0000
commit8c937669006e297b39d7155ec5d6f868d502378e (patch)
treef3bd4d14ddb6108ee3fbf4a789318c1ee88b7125 /misc
parentc228b12d44e6a41c60a60651556c4d3580e8514f (diff)
downloadpkgsrc-8c937669006e297b39d7155ec5d6f868d502378e.tar.gz
sun-jdk6, sun-jre6: remove
Last update in 2013, remove sun-jdk7/sun-jre7 instead
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