diff options
author | kris <kris@FreeBSD.org> | 2004-03-14 11:13:30 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-14 11:13:30 +0800 |
commit | 3138bec5d5d4796441881774da43f7edc64f3516 (patch) | |
tree | 714736979fea89b58a217adfaf65ae67db3f6c61 /lang/gcc30 | |
parent | 37b7848f6574f265cf0a4d7e96710aa2a7a3dbdb (diff) | |
download | freebsd-ports-graphics-3138bec5d5d4796441881774da43f7edc64f3516.tar.gz freebsd-ports-graphics-3138bec5d5d4796441881774da43f7edc64f3516.tar.zst freebsd-ports-graphics-3138bec5d5d4796441881774da43f7edc64f3516.zip |
This port is no longer in use by anything in the ports collection. Mark
it DEPRECATED for future removal.
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 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 |