git: add tk to hostmakedepends to support cross compiling

This commit is contained in:
Dominik Honnef 2014-11-04 20:12:26 +01:00
parent 02c2b9a754
commit 0f6b8c3211

View file

@ -6,7 +6,7 @@ build_style=gnu-configure
configure_args="--with-curl --with-expat --with-tcltk
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
make_install_args="NO_INSTALL_HARDLINKS=1"
hostmakedepends="xmlto>=0.0.25_2 asciidoc perl python"
hostmakedepends="xmlto>=0.0.25_2 asciidoc perl python tk"
makedepends="libressl-devel libcurl-devel expat-devel tk-devel"
# Required by https://
depends="ca-certificates"