aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2020-06-20 21:57:57 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2020-06-20 21:57:57 +0000
commit8c217050d68755e07c05d3518e2c82ab7b2260f9 (patch)
tree9fbc6eeb075dfb2dfd2a257cfe60476885b7ed84 /Mk/bsd.gcc.mk
parent4b27270c14a9d2e438127070427a84298ed765cb (diff)
downloadports-8c217050d68755e07c05d3518e2c82ab7b2260f9.tar.gz
ports-8c217050d68755e07c05d3518e2c82ab7b2260f9.zip
Simplify a comment after r531883 | gerald | 2020-04-16 (which in turn
simplified the structure of Mk/bsd.gcc.mk).
Notes
Notes: svn path=/head/; revision=539753
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 b315b8671b75..68227d08e018 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -31,8 +31,8 @@
GCC_Include_MAINTAINER= gerald@FreeBSD.org
-# All GCC versions supported by the ports framework. Keep them in
-# ascending order and in sync with the table below.
+# All GCC versions supported by this framework.
+#
# When updating this, keep Mk/bsd.default-versions.mk in sync.
GCCVERSIONS= 4.8 7 8 9 10 11