summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2010-05-02 14:44:59 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2010-05-02 14:44:59 +0000
commit94512333225be6e22bedb7c5f1b70e4d6e177ba6 (patch)
tree7e83212f5b3ace15d03de107ea3507ab1db312e0 /Mk
parent- Update to 0.6.4 (diff)
Replace the use of GCC 4.3 in a comment/example by GCC 4.5 since the
former will be gone soon.
Notes
Notes: svn path=/head/; revision=253563
Diffstat (limited to 'Mk')
-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: