summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2020-12-14 16:51:16 +0000
committerabs <abs@pkgsrc.org>2020-12-14 16:51:16 +0000
commit14f116e48d90a7e555753967b78ff3585989eab2 (patch)
treef930d09db1bff020e2eac8c6ee96dc3cb386b7e1
parentd5eac902a036c70b5faf306f6a3fa1ef29c4a991 (diff)
downloadpkgsrc-14f116e48d90a7e555753967b78ff3585989eab2.tar.gz
Prefer openjdk11 to adoptopenjdk11-bin for NetBSD
(In the _PKG_JVMS.9 case)
-rw-r--r--mk/java-vm.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/java-vm.mk b/mk/java-vm.mk
index 288d9b69eda..959b602a986 100644
--- a/mk/java-vm.mk
+++ b/mk/java-vm.mk
@@ -1,4 +1,4 @@
-# $NetBSD: java-vm.mk,v 1.121 2020/07/29 21:42:30 rjs Exp $
+# $NetBSD: java-vm.mk,v 1.122 2020/12/14 16:51:16 abs Exp $
#
# This Makefile fragment handles Java dependencies and make variables,
# and is meant to be included by packages that require Java either at
@@ -73,7 +73,12 @@ PKG_JVMS_ACCEPTED?= ${_PKG_JVMS}
# This is a list of all of the JDKs that may be used.
#
+# adoptopenjdk11-bin and openjdk-bin do not provide native NetBSD binaries
+.if ${OPSYS} == "NetBSD"
+_PKG_JVMS.9= openjdk11 adoptopenjdk11-bin openjdk-bin
+.else
_PKG_JVMS.9= adoptopenjdk11-bin openjdk-bin openjdk11
+.endif
_PKG_JVMS.8= ${_PKG_JVMS.9} openjdk8 oracle-jdk8
_PKG_JVMS.7= ${_PKG_JVMS.8} sun-jdk7
_PKG_JVMS.6= ${_PKG_JVMS.7} jdk16