diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-07 13:28:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-07 13:28:30 +0000 |
commit | a164413181e2617922deee4c85381ef75f69aee3 (patch) | |
tree | 3e2f2c0162c364369b1edd2731f6bfe885c56e15 /lang/gnat/Makefile | |
parent | 103160587de662ae0b37f283dafec549e34e6e18 (diff) | |
download | ports-a164413181e2617922deee4c85381ef75f69aee3.tar.gz ports-a164413181e2617922deee4c85381ef75f69aee3.zip |
Notes
Diffstat (limited to 'lang/gnat/Makefile')
-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 |