. Remove a check for OSVERSION >= 500000 since this is now true for all

supported versions of FreeBSD.

PR:		116890
Submitted by:	edwin
This commit is contained in:
Greg Lewis
2007-10-07 14:42:03 +00:00
parent d238e0e6af
commit 15bc91d784

View File

@@ -214,7 +214,7 @@ _JAVA_OS_linux= Linux
# Enforce preferred Java ports according to OS
. if (${ARCH} == "amd64" && ${OSVERSION} >= 600000 && ${OSVERSION} < 700000) || \
(${ARCH} == "i386" && ${OSVERSION} >= 500000 && ${OSVERSION} < 700000)
(${ARCH} == "i386" && ${OSVERSION} < 700000)
_JAVA_PREFERRED_PORTS+= JAVA_PORT_NATIVE_FREEBSD_JDK_1_5
. else
_JAVA_PREFERRED_PORTS+= JAVA_PORT_NATIVE_BSDJAVA_JDK_1_5