diff options
-rw-r--r-- | lang/egcs/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc30/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile index fd99a69b3edb..fe3d579e27c6 100644 --- a/lang/egcs/Makefile +++ b/lang/egcs/Makefile @@ -26,6 +26,7 @@ NO_CDROM= 'old version, not worth the cost in real estate' INFO= cpp g77 gcc 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 of gcc instead" +EXPIRATION_DATE=2006-12-01 .include <bsd.port.pre.mk> diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile index 2c3b93029cb7..f653f5936a0f 100644 --- a/lang/gcc30/Makefile +++ b/lang/gcc30/Makefile @@ -21,6 +21,7 @@ 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." +EXPIRATION_DATE=2006-12-01 NOT_FOR_ARCHS= amd64 sparc64 ia64 LATEST_LINK= gcc30 |