diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 01:11:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 01:11:36 +0000 |
commit | d2358a93fbda67a57c94a82885d04e3545d79cbd (patch) | |
tree | 77e60e093e67de5a823fc323f14b3b4e7fe6a5c0 /x11-toolkits/p5-TclTk | |
parent | d70b0c9d8e114e7c3873250962a80f0dfbe0eb4f (diff) |
Mark the ports that were broken in one way or another by the recent tcl
change "BROKEN".
Notes
Notes:
svn path=/head/; revision=8744
Diffstat (limited to 'x11-toolkits/p5-TclTk')
-rw-r--r-- | x11-toolkits/p5-TclTk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/p5-TclTk/Makefile b/x11-toolkits/p5-TclTk/Makefile index b35b91c55f52..1e801bce66ee 100644 --- a/x11-toolkits/p5-TclTk/Makefile +++ b/x11-toolkits/p5-TclTk/Makefile @@ -3,7 +3,7 @@ # Date created: June 15th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1997/06/24 18:43:33 jfitz Exp $ +# $Id: Makefile,v 1.3 1997/07/18 05:04:20 asami Exp $ DISTNAME= TclTk-b1 PKGNAME= p5-Tcl-Tk-b1 @@ -17,6 +17,8 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Tcl.pm:${PORTSDIR}/lang/p5-Tcl RUN_DEPENDS= perl5.00401:${PORTSDIR}/lang/perl5 LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 +BROKEN= tcl + USE_PERL5= YES WRKSRC= ${WRKDIR}/TclTk |