aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2010-05-02 17:39:06 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2010-05-02 17:39:06 +0000
commit188695d67de4045deb5d7a8b327691c8270771fe (patch)
tree2a851addb2d0f17b2ba72edfb5ba5c2c058cafc3 /Mk
parent1bdde3408d09f5a179d5e89b29109be29e889af3 (diff)
downloadports-188695d67de4045deb5d7a8b327691c8270771fe.tar.gz
ports-188695d67de4045deb5d7a8b327691c8270771fe.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gcc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 09d5768c4af5..f5e46bafdb06 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -37,7 +37,7 @@ 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.
-GCCVERSIONS= 030402 040200 040300 040400 040500
+GCCVERSIONS= 030402 040200 040300 040400 040500 040600
# The first field if the OSVERSION in which it appeared in the base.
# The second field is the OSVERSION in which it disappeared from the base.
@@ -47,6 +47,7 @@ GCCVERSION_040200= 700042 999999 4.2
GCCVERSION_040300= 999999 999999 4.3
GCCVERSION_040400= 999999 999999 4.4
GCCVERSION_040500= 999999 999999 4.5
+GCCVERSION_040600= 999999 999999 4.6
#
# No configurable parts below this.