summaryrefslogtreecommitdiff
path: root/lang/gnat
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-04-12 08:33:25 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-04-12 08:33:25 +0000
commit02dc5b7616aa3710326ce5f60836ce3f944f2e8b (patch)
tree35dc31ca4b2994fdb2fcc4ea526f76591cdece0d /lang/gnat
parentAdd gnat. (diff)
Check if /usr/local/bin/gnatf exists or not and if not, pronounce it
BROKEN. This port requires an existing compiler to bootstrap.
Notes
Notes: svn path=/head/; revision=2985
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 91a14d9956dd..94b431c66f79 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