diff options
author | asami <asami@FreeBSD.org> | 1996-12-07 13:03:36 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-07 13:03:36 +0000 |
commit | 2783a7276c4ed0642a72b59f885a00d4b7888bc6 (patch) | |
tree | 0320db202206b2d71f5919e31c97dd2c8fb3cb0f /lang/gnat | |
parent | fc5cc7d7eed5aa62cc53a7efe4c3777269f87fae (diff) | |
download | FreeBSD-ports-2783a7276c4ed0642a72b59f885a00d4b7888bc6.zip FreeBSD-ports-2783a7276c4ed0642a72b59f885a00d4b7888bc6.tar.gz |
Add reasons to BROKEN.
Diffstat (limited to 'lang/gnat')
-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 a168dd7..3415070 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, |