summaryrefslogtreecommitdiff
path: root/Mk/bsd.java.mk
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-04-02 08:57:28 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-04-02 08:57:28 +0000
commitd45f258f87675a5aa05fb08a578795017ca31fc4 (patch)
tree01d4af62e05716ba518d748ffdb875d5216461b5 /Mk/bsd.java.mk
parentFix a fetch bug in MASTER_SITES_NN introduced in rev 1.396. (diff)
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
Notes
Notes: svn path=/head/; revision=57183
Diffstat (limited to 'Mk/bsd.java.mk')
-rw-r--r--Mk/bsd.java.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.java.mk b/Mk/bsd.java.mk
index 609ae0a9d43b..2958798d9d66 100644
--- a/Mk/bsd.java.mk
+++ b/Mk/bsd.java.mk
@@ -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