diff --git a/srcpkgs/tcl/template b/srcpkgs/tcl/template index 16e4cf5575e..60271b2f2fa 100644 --- a/srcpkgs/tcl/template +++ b/srcpkgs/tcl/template @@ -1,13 +1,14 @@ # Template file for 'tcl' pkgname=tcl version=8.6.4 -revision=1 +revision=2 wrksrc="tcl${version}" build_wrksrc="unix" build_style=gnu-configure configure_args="--enable-threads --without-tzdata --enable-man-symlinks - --disable-static --disable-rpath tcl_cv_strtod_unbroken=ok" -makedepends="zlib-devel" + --disable-static --disable-rpath --with-system-sqlite + tcl_cv_strtod_unbroken=ok" +makedepends="zlib-devel sqlite-devel" short_desc="The TCL scripting language" maintainer="Juan RP " homepage="http://www.tcl.tk"