summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.gcc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 500ce1414d25..09d5768c4af5 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -14,7 +14,7 @@
#
# For example:
# USE_GCC= 4.2+ # port requires GCC 4.2 or later.
-# USE_GCC= 4.3 # port requires GCC 4.3.
+# USE_GCC= 4.5 # port requires GCC 4.5.
#
# If your port needs a Fortran compiler, please specify that with the
# USE_FORTRAN= knob. Here is the list of options for that knob: