aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2011-07-19 21:16:39 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2011-07-19 21:16:39 +0000
commitbe598134622c2ebbbe0dcb08b141480a96cb2186 (patch)
tree4e119639f00b96b1513d809c4a05c2eaef817f1c /Mk
parentb714daacf450aaa8c1ba0813d3a718e9db427bd2 (diff)
downloadports-be598134622c2ebbbe0dcb08b141480a96cb2186.tar.gz
ports-be598134622c2ebbbe0dcb08b141480a96cb2186.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 56f1b980cc2f..abb310d083bd 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 040400 040500 040600
+GCCVERSIONS= 030402 040200 040400 040500 040600 040700
# 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_040400= 999999 999999 4.4
GCCVERSION_040500= 999999 999999 4.5
GCCVERSION_040600= 999999 999999 4.6
+GCCVERSION_040700= 999999 999999 4.7
#
# No configurable parts below this.