diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-08 15:49:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-08 15:49:28 +0800 |
commit | 234a780090bb60948c8e203ebb667c70aa592c8e (patch) | |
tree | 51f9dad23c97533de3f3f3891476ca9a1b2813cf /lang | |
parent | d3c6a1369324ed334effe8e744f528c53aeac5e5 (diff) | |
download | freebsd-ports-gnome-234a780090bb60948c8e203ebb667c70aa592c8e.tar.gz freebsd-ports-gnome-234a780090bb60948c8e203ebb667c70aa592c8e.tar.zst freebsd-ports-gnome-234a780090bb60948c8e203ebb667c70aa592c8e.zip |
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
Diffstat (limited to 'lang')
-rw-r--r-- | lang/otcl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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} |