lang/gcc: Remove references to GCC 4.9

GCC 4.9 is not in the tree any longer, so remove verbal references
in a comment. Improve the wording of that comment on the way.
This commit is contained in:
Gerald Pfeifer 2021-07-09 08:58:06 +00:00
parent f23c04a72d
commit 8e4bc6244f

View File

@ -10,8 +10,8 @@ DISTFILES= # not applicable
MAINTAINER= gerald@FreeBSD.org
COMMENT= Meta-port for the default version of the GNU Compiler Collection
# Once GCC 4.9 and 4.8 aren't options any longer, we can simply use
# GCC_DEFAULT again below (the expression rewrites 4.9 to 49).
# Once GCC 4.8 isn't an option any longer, we can simply use GCC_DEFAULT
# below. (The expression rewrites 4.8 to 48.)
RUN_DEPENDS= gcc${GCC_DEFAULT:S/.//}:lang/gcc${GCC_DEFAULT:S/.//}
NO_ARCH= yes