summaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r--Mk/bsd.gcc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index d9abf9074757..c45d672dce05 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -22,10 +22,10 @@
# Examples:
# USE_GCC= yes # port requires a current version of GCC
# # as defined in bsd.default-versions.mk.
-# USE_GCC= 12 # port requires GCC 12.
+# USE_GCC= 13 # port requires GCC 13.
# USE_GCC= yes:build # port requires a current version of GCC at
# # build time only.
-# USE_GCC= 12:build # port requires GCC 12 at build time only.
+# USE_GCC= 13:build # port requires GCC 13 at build time only.
#
# If you are wondering what your port exactly does, use "make test-gcc"
# to see some debugging.