aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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