Fixed a problem that occurred if it would look for

JDK 1.2 while the FreeBSD JDK 1.3 was not installed,
but the FreeBSD JDK 1.2 was.

Reported by:	lioux
This commit is contained in:
Ernst de Haan 2002-04-02 08:57:28 +00:00
parent 59ac30e126
commit d45f258f87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57183

View file

@ -192,7 +192,7 @@ JAVA_VENDOR= FreeBSD
JAVA_VER= 1.2.2
JAVA_OS= FreeBSD
JAVA_HOME= ${_JAVA_HOME_FREEBSD_1_2}
JAVA_PORT= ${_JAVA_PORT_BLACKDOWN_LINUX_1_2}
JAVA_PORT= ${_JAVA_PORT_FREEBSD_1_2}
. endif
# If the port needs Java 1.3, then there are 3 choices. They are, in order or