aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-21 13:27:11 +0800
committeredwin <edwin@FreeBSD.org>2006-01-21 13:27:11 +0800
commit65c0a20089c2299f16cf530a73876154fbd9a325 (patch)
tree89b092bab02e84c7577d86ffe202cf4268c02ef2 /Mk
parentccb659fe019093d09ac5e127d0fcf57341e75072 (diff)
downloadfreebsd-ports-gnome-65c0a20089c2299f16cf530a73876154fbd9a325.tar.gz
freebsd-ports-gnome-65c0a20089c2299f16cf530a73876154fbd9a325.tar.zst
freebsd-ports-gnome-65c0a20089c2299f16cf530a73876154fbd9a325.zip
Add support for lang/gcc42
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 4b00e6151130..f902cc549d59 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -27,7 +27,7 @@ GCC_Include_MAINTAINER= portmgr@FreeBSD.org
# All GCC versions supported by the ports framework.
# Please keep them in ascending order.
#
-GCCVERSIONS= 020702 020801 029500 030200 030301 030402 040000 040100
+GCCVERSIONS= 020702 020801 029500 030200 030301 030402 040000 040100 040200
#
# Versions of GCC shipped.
@@ -44,6 +44,7 @@ GCCVERSION_030301= 501103 502126 3.3
GCCVERSION_030402= 502126 999999 3.4
GCCVERSION_040000= 999999 999999 4.0
GCCVERSION_040100= 999999 999999 4.1
+GCCVERSION_040200= 999999 999999 4.2
#
# No configurable parts below this.