mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
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:
parent
59ac30e126
commit
d45f258f87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57183
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue