diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 03:13:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 03:13:30 +0000 |
commit | 0969875e62d8b1c0381317d1faa973fa47bd659f (patch) | |
tree | 49c47254f03020fcd645343efccc3326bd8268dd /lang/gcc30 | |
parent | d5b52645c7d6f6c817c1e0ba9fe3e7e0318e2e00 (diff) |
Notes
Diffstat (limited to 'lang/gcc30')
-rw-r--r-- | lang/gcc30/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile index fa288ea9f2ac..1571b7684b12 100644 --- a/lang/gcc30/Makefile +++ b/lang/gcc30/Makefile @@ -20,6 +20,8 @@ DISTFILES= gcc-core-${GCC_REV}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= GNU Compiler Collection 3.0. +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." + NOT_FOR_ARCHS= amd64 sparc64 ia64 LATEST_LINK= gcc30 |