mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
. Default 4.x to jdk14 as the Diablo JDK has been marked FORBIDDEN.
This commit is contained in:
parent
fb1c009fee
commit
47777f27c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123199
1 changed files with 1 additions and 3 deletions
|
@ -202,10 +202,8 @@ _JAVA_OS_native= Native
|
|||
_JAVA_OS_linux= Linux
|
||||
|
||||
# Enforce preferred Java ports according to OS
|
||||
. if ${OSVERSION} >= 500000
|
||||
. if ${OSVERSION} >= 400000
|
||||
_JAVA_PREFERRED_PORTS+= JAVA_PORT_NATIVE_BSDJAVA_JDK_1_4
|
||||
. elif ${OSVERSION} >= 400000
|
||||
_JAVA_PREFERRED_PORTS+= JAVA_PORT_NATIVE_FREEBSD_JDK_1_3
|
||||
. else
|
||||
_JAVA_PREFERRED_PORTS+= JAVA_PORT_NATIVE_BSDJAVA_JDK_1_1
|
||||
. endif
|
||||
|
|
Loading…
Add table
Reference in a new issue