diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-11-06 10:01:19 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-11-06 10:01:19 +0000 |
commit | 91f45181522b997dbefc9c9b8622b7220e018d0e (patch) | |
tree | 466ef9a1f507337870a2ec947c8195d93169bb83 /lang | |
parent | 86656d448fe26d5caf7bb2902342c1fd19853eb0 (diff) |
Notes
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} |