From 234a780090bb60948c8e203ebb667c70aa592c8e Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 8 Feb 2014 07:49:28 +0000 Subject: Mark broken; Fails to configure ./configure: tclsh: not found checking for tcl.h... -I/usr/local/include/tcl8.6/generic checking for tclInt.h... -I/usr/local/include/tcl8.6/generic checking for libtcl... no checking for init.tcl... /usr/local/lib/tcl8.6 checking for http.tcl... /usr/local/lib/tcl8.6/http1.0 checking Tcl http.tcl library... yes checking for tclsh... no checking for tclsh... no checking for tclsh... no checking for tclsh8.4... no configure: error: Installation of tcl seems incomplete or can't be found automatically. Reported by: pkg-fallout With hat: portmgr --- lang/otcl/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang') diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index 5e601e7a9368..7500ec53476e 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}-tclcl/OTcl/${PORTVERSION} MAINTAINER= 5u623l20@gmail.com COMMENT= MIT Object Tcl +BROKEN= Fails to configure + LICENSE= MIT WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -- cgit