diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-07 13:03:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-07 13:03:36 +0000 |
commit | 2500f7653eef57a6452fabd88f829816a9815291 (patch) | |
tree | cf0322f12a79783878abebb7ba9195cb09b281cd /lang/gnat/Makefile | |
parent | 9c000628b155754904e80db9e7ebe76b88ebad40 (diff) |
Notes
Diffstat (limited to 'lang/gnat/Makefile')
-rw-r--r-- | lang/gnat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index a168dd714a75..34150701cf68 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.7 1996/04/12 08:33:25 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/12 02:18:23 obrien Exp $ DISTNAME= gnat-2.03-src PKGNAME= gnat-2.03 @@ -15,7 +15,7 @@ MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/ MAINTAINER= nils@guru.ims.uni-stuttgart.de .if !exists(/usr/local/bin/gnatf) -BROKEN= yes # requires existing gnat compiler +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, |