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/Makefile | |
parent | Switch to USE_GCC=3.3 and work around bsd.port.mk bug that does not add (diff) |
This port is no longer in use by anything in the ports collection. Mark
it DEPRECATED for future removal.
Diffstat (limited to '')
-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 |