diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-07 13:03:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-07 13:03:36 +0000 |
commit | 2500f7653eef57a6452fabd88f829816a9815291 (patch) | |
tree | cf0322f12a79783878abebb7ba9195cb09b281cd /lang/itcl/Makefile | |
parent | Add NO_PACKAGE reason (package available from XFree86). (diff) |
Add reasons to BROKEN.
Diffstat (limited to '')
-rw-r--r-- | lang/itcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |