diff options
author | asami <asami@FreeBSD.org> | 1996-12-07 21:28:30 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-07 21:28:30 +0800 |
commit | ba9056cf8325e764d1a2cef41ae886526e87d8b8 (patch) | |
tree | c1758b54203da10efb96bd0ac546fcff74071093 /lang | |
parent | e9bd11146d3e5664ccaceb5ef098796cfd58aea6 (diff) | |
download | freebsd-ports-gnome-ba9056cf8325e764d1a2cef41ae886526e87d8b8.tar.gz freebsd-ports-gnome-ba9056cf8325e764d1a2cef41ae886526e87d8b8.tar.zst freebsd-ports-gnome-ba9056cf8325e764d1a2cef41ae886526e87d8b8.zip |
Oops, real reason of BROKEN was gcc incompatibility.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnat/Makefile | 10 |
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 |