diff options
author | asami <asami@FreeBSD.org> | 1997-11-22 01:11:36 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-22 01:11:36 +0000 |
commit | b53081e21cc19e73d3f5ff777249709d687aba9f (patch) | |
tree | 8eb60680f56850ebdcfa573fbd9ac5c13af587a9 /lang/p5-Tcl/Makefile | |
parent | 8dc18fb86ae5c9022106ca7925f3491e7ea72b4b (diff) | |
download | FreeBSD-ports-b53081e21cc19e73d3f5ff777249709d687aba9f.zip FreeBSD-ports-b53081e21cc19e73d3f5ff777249709d687aba9f.tar.gz |
Mark the ports that were broken in one way or another by the recent tcl
change "BROKEN".
Diffstat (limited to 'lang/p5-Tcl/Makefile')
-rw-r--r-- | lang/p5-Tcl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index 4564440..d68091b 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -3,7 +3,7 @@ # Date created: June 15th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1997/06/17 06:24:58 asami Exp $ +# $Id: Makefile,v 1.3 1997/06/24 18:43:32 jfitz Exp $ # DISTNAME= Tcl-b1 @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= Tcl MAINTAINER= jfitz@FreeBSD.ORG +BROKEN= tcl.h + USE_PERL5= YES WRKSRC= ${WRKDIR}/Tcl |