diff options
author | gerald <gerald@FreeBSD.org> | 2011-08-28 07:34:34 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-08-28 07:34:34 +0800 |
commit | 23694e71d24e87e87a534f52d17c935ee4d58804 (patch) | |
tree | 18764f589d821a3daf79c64a9f7b8bb5af1970cf /lang/gcc34 | |
parent | c2ff896f1867588854cc9e75180981e011768bd9 (diff) | |
download | freebsd-ports-gnome-23694e71d24e87e87a534f52d17c935ee4d58804.tar.gz freebsd-ports-gnome-23694e71d24e87e87a534f52d17c935ee4d58804.tar.zst freebsd-ports-gnome-23694e71d24e87e87a534f52d17c935ee4d58804.zip |
Mark DEPRECATED. This is really only used for three obsolete and
practically unmaintained ports.
Diffstat (limited to 'lang/gcc34')
-rw-r--r-- | lang/gcc34/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 3bc2c67fef60..250e5d0fc145 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -22,6 +22,8 @@ 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 + SUFFIX= 34 LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} USE_BISON= build |