aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/gnat/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index 34150701cf68..f5dc849acc53 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -5,7 +5,7 @@
# Date created: Sat Mar 18 02:16:45 1995
# Porter: nils@guru.ims.uni-stuttgart.de
#
-# $Id: Makefile,v 1.8 1996/11/12 02:18:23 obrien Exp $
+# $Id: Makefile,v 1.9 1996/12/07 13:03:20 asami Exp $
DISTNAME= gnat-2.03-src
PKGNAME= gnat-2.03
@@ -14,9 +14,11 @@ MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/
MAINTAINER= nils@guru.ims.uni-stuttgart.de
-.if !exists(/usr/local/bin/gnatf)
-BROKEN= "requires existing gnat compiler"
-.endif
+BROKEN= "Not updated for gcc-2.7.x"
+# following three lines commented out because BROKEN is already defined
+#.if !exists(/usr/local/bin/gnatf)
+#BROKEN= "requires existing gnat compiler"
+#.endif
# You need a compiler who calls an existing gnat compiler:
# if you have one, if you have one put it here, otherwise,
# you will need to install from a package first, the Makefile