diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 03:22:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 03:22:00 +0000 |
commit | ee8e18eaaf4eec698f276b3666d526219189ed12 (patch) | |
tree | 00bb10bf6e2a9332086d482db9e3c0eb2b1131cd /lang/gcc28/Makefile | |
parent | DEPRECATE this unused, outdated port for removal at a future date. (diff) |
DEPRECATE the unused, outdated gcc28 and gcc31 ports for removal at a future date.
Diffstat (limited to 'lang/gcc28/Makefile')
-rw-r--r-- | lang/gcc28/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile index ed40cbeb03c1..ffeb98dad4fc 100644 --- a/lang/gcc28/Makefile +++ b/lang/gcc28/Makefile @@ -21,6 +21,8 @@ NO_CDROM= 'old version, not worth the cost in real estate' LATEST_LINK= gcc28 +DEPRECATED= "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release instead" + .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" |