. Default 4.x to jdk14 as the Diablo JDK has been marked FORBIDDEN.

This commit is contained in:
Greg Lewis 2004-12-05 07:06:33 +00:00
parent fb1c009fee
commit 47777f27c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123199

View file

@ -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