summaryrefslogtreecommitdiff
path: root/lang/gnat
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-01-18 15:12:38 +0000
committerSteve Price <steve@FreeBSD.org>1998-01-18 15:12:38 +0000
commit4b9a506a1119629248a801122fd05c88ec1a9774 (patch)
tree03efdda86b386dd6af969e88e133448468ee4ff4 /lang/gnat
parentMark this port broken for now, it doesn't patch on -stable. (diff)
Remove bogus duplicate patch that I missed last time. :(
Noticed by: Satoshi Asami
Notes
Notes: svn path=/head/; revision=9369
Diffstat (limited to 'lang/gnat')
-rw-r--r--lang/gnat/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index 2a5777dff934..aac64275c6d3 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -5,7 +5,7 @@
# Porter (original): nils@guru.ims.uni-stuttgart.de
# Porter (version 3): maurice@serc.rmit.edu.au
#
-# $Id: Makefile,v 1.14 1998/01/18 09:08:33 steve Exp $
+# $Id: Makefile,v 1.15 1998/01/18 12:09:58 asami Exp $
#
# Note:
# - FreeBSD tasking libraries created by Dan Eischen have been incorportated
@@ -23,8 +23,6 @@ DISTFILES= gnat-3.10p-src.tar.gz gcc-2.7.2.1.tar.gz
MAINTAINER= maurice@serc.rmit.edu.au
-BROKEN= patch
-
.if !exists(/usr/local/bin/gnatf)
BROKEN= "requires existing gnat compiler"
.endif