diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 03:18:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 03:18:56 +0000 |
commit | a63f844be8ec2fbdbb04351b87ee083827ca7f21 (patch) | |
tree | c3cf305cac3239d2265d2be77a0428fa6b6d4568 /lang | |
parent | f8dc38d6fc89708c581af0edfbabfa4df3d5fa30 (diff) | |
download | ports-a63f844be8ec2fbdbb04351b87ee083827ca7f21.tar.gz ports-a63f844be8ec2fbdbb04351b87ee083827ca7f21.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc27/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc27/Makefile b/lang/gcc27/Makefile index 82057694ae72..fbcfe581c9d5 100644 --- a/lang/gcc27/Makefile +++ b/lang/gcc27/Makefile @@ -20,6 +20,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} libg++-2.7.2${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Base C/C++ compiler from FreeBSD 2.2.x & 3.x (for your old code) +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 NO_CDROM= 'old version, not worth the cost in real estate' |