summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2007-07-31 12:01:03 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2007-07-31 12:01:03 +0000
commit8c678c2cfa50e5281be87f248e2559b2f1f56565 (patch)
tree764f0e2ab40d1ae23be19884b45dc31d3a1645f4 /lang
parentadd rubygem-formosa 0.0.1 (diff)
Mark DEPRECATED and set an EXPIRATION_DATE
PR: 115061 Submitted by: Karel Miklav <karel@lovetemple.net>
Notes
Notes: svn path=/head/; revision=196817
Diffstat (limited to 'lang')
-rw-r--r--lang/gnat-gcc34/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gnat-gcc34/Makefile b/lang/gnat-gcc34/Makefile
index f5c3115ac04f..00c52c87b651 100644
--- a/lang/gnat-gcc34/Makefile
+++ b/lang/gnat-gcc34/Makefile
@@ -23,6 +23,9 @@ COMMENT= The GNU Ada Compiler system
ONLY_FOR_ARCHS= i386
+DEPRECATED= This port was made for initial bootstraping of later versions and is no longer needed
+EXPIRATION_DATE= 2007-09-01
+
USE_GMAKE= yes
USE_PERL5= yes # Needed? Builds on 6.1 and bootstrapps the 4.1 without Perl.
USE_BISON= yes