diff options
-rw-r--r-- | lang/gnat/Makefile | 4 | ||||
-rw-r--r-- | lang/itcl/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index a168dd714a75..34150701cf68 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, diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 440535b11bbb..c1b961637108 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,7 +3,7 @@ # Date created: Aug 17 1996 # Whom: chuckr # -# $Id: Makefile,v 1.16 1996/11/13 02:00:44 chuckr Exp $ +# $Id: Makefile,v 1.17 1996/11/13 09:16:34 asami Exp $ # DISTNAME= itcl2.1 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/NEW/ MAINTAINER= chuckr@freebsd.org -BROKEN= yes # installation does not DTRT +BROKEN= "installation does not DTRT" GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --exec_prefix=${PREFIX} |