diff options
author | gerald <gerald@FreeBSD.org> | 2011-11-06 18:01:19 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-11-06 18:01:19 +0800 |
commit | 3a8a95325fc0f5cd047c1705b0829390bc418fd6 (patch) | |
tree | 6780a7046afea2d52b2257731306f133ce715804 /lang | |
parent | 46a9c43f7f50aec38379ff70bd6957a518acd3d1 (diff) | |
download | freebsd-ports-gnome-3a8a95325fc0f5cd047c1705b0829390bc418fd6.tar.gz freebsd-ports-gnome-3a8a95325fc0f5cd047c1705b0829390bc418fd6.tar.zst freebsd-ports-gnome-3a8a95325fc0f5cd047c1705b0829390bc418fd6.zip |
Refer to GCC 4.6 as replacement instead of GCC 4.5.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 250e5d0fc145..03893b47e7d7 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -22,7 +22,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 3.4 -DEPRECATED= Superseded by GCC 4.5 and later, only kept for the sake of three obsolete ports +DEPRECATED= Superseded by GCC 4.6 and later, only kept for the sake of three obsolete ports SUFFIX= 34 LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} |