From 0f6b8c321157a6055f8dcda80cb1df6245b2cfa2 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Tue, 4 Nov 2014 20:12:26 +0100 Subject: [PATCH] git: add tk to hostmakedepends to support cross compiling --- srcpkgs/git/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/git/template b/srcpkgs/git/template index b1cb63b2dfa..0329be6c510 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -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"