From d45f258f87675a5aa05fb08a578795017ca31fc4 Mon Sep 17 00:00:00 2001 From: Ernst de Haan Date: Tue, 2 Apr 2002 08:57:28 +0000 Subject: [PATCH] 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 --- Mk/bsd.java.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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