diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-08 07:49:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-08 07:49:28 +0000 |
commit | dc8a8512fd89dda216f0907f93742ae5b16e3515 (patch) | |
tree | 51f9dad23c97533de3f3f3891476ca9a1b2813cf /lang | |
parent | Fix packaging and leftovers (diff) |
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} |