From 6f8c82f4fb0464529099f4d62fcdb63f9dcd8105 Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 12 Apr 1996 08:33:25 +0000 Subject: Check if /usr/local/bin/gnatf exists or not and if not, pronounce it BROKEN. This port requires an existing compiler to bootstrap. --- lang/gnat/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lang/gnat/Makefile') diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index 91a14d9..94b431c 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.5 1995/05/13 15:08:45 jmacd Exp $ +# $Id: Makefile,v 1.6 1995/11/22 13:12:46 asami Exp $ DISTNAME= gnat-2.03-src PKGNAME= gnat-2.03 @@ -13,6 +13,9 @@ CATEGORIES+= lang MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/ EXTRACT_SUFX= .tar.gz +.if !exists(/usr/local/bin/gnatf) +BROKEN= yes # 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 -- cgit v1.1