diff options
Diffstat (limited to 'lang/gcc30/Makefile')
-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 fa288ea9f2a..1571b7684b1 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 |