From 8f1c32254f50cfc0dd3e8014f769d2c8cf7d36d7 Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Tue, 8 Mar 2016 13:20:51 -0500 Subject: [PATCH] tcl: Add BROKEN tag until package build fixed Signed-off-by: Ted Hess --- lang/tcl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index 8ed5e0ba2d..743670456a 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -30,7 +30,7 @@ define Package/tcl SUBMENU:=Tcl SECTION:=lang CATEGORY:=Languages - DEPENDS:=+libpthread + DEPENDS:=+libpthread @BROKEN TITLE:=The Tcl language URL:=http://www.tcl.tk/ endef