summaryrefslogtreecommitdiffstats
path: root/lang/gnat
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-04-12 08:33:25 +0000
committerasami <asami@FreeBSD.org>1996-04-12 08:33:25 +0000
commit6f8c82f4fb0464529099f4d62fcdb63f9dcd8105 (patch)
tree64f55cce4dc0f10cef7e79873baedcde366a1b33 /lang/gnat
parentfd6e8f7a920ebb1bce3ce29dba8debdd7b182f1e (diff)
downloadFreeBSD-ports-6f8c82f4fb0464529099f4d62fcdb63f9dcd8105.zip
FreeBSD-ports-6f8c82f4fb0464529099f4d62fcdb63f9dcd8105.tar.gz
Check if /usr/local/bin/gnatf exists or not and if not, pronounce it
BROKEN. This port requires an existing compiler to bootstrap.
Diffstat (limited to 'lang/gnat')
-rw-r--r--lang/gnat/Makefile5
1 files changed, 4 insertions, 1 deletions
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
OpenPOWER on IntegriCloud