summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2004-01-23 07:43:23 +0000
committerErnst de Haan <znerd@FreeBSD.org>2004-01-23 07:43:23 +0000
commit8ca0e055a2fc6a2a08b5d92ab138e67fe9e6335d (patch)
treea5c7299c3549b4e04f5785e4d4d0fe513a56e4b2 /Mk
parentUpdate to 1.3.12. This is a fairly big release considering it's only a micro (diff)
Fixed an incorrect comment.
Requested by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> PR: 61741
Notes
Notes: svn path=/head/; revision=98868
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.java.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.java.mk b/Mk/bsd.java.mk
index a67280140748..78ee752e8aae 100644
--- a/Mk/bsd.java.mk
+++ b/Mk/bsd.java.mk
@@ -451,8 +451,7 @@ check-makevers::
# Only define JAVAC if NEED_JAVAC is defined
. undef JAVAC
-# The default value for NEED_JAVAC is temporarily (!) YES
-# This will change as soon as the affecting ports have NEED_JAVAC=YES
+# By default a port does not need the Java compiler
. if !defined(NEED_JAVAC)
NEED_JAVAC= NO
. endif