git: add gettext and tar to hostmakedepends

This commit is contained in:
Jürgen Buchmüller 2020-01-03 12:48:26 +01:00
parent 0da9908bc3
commit 8d1d14a297
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ build_style=gnu-configure
configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2
ac_cv_snprintf_returns_bogus=no"
make_check_target=test
hostmakedepends="asciidoc perl pkg-config tk xmlto"
hostmakedepends="asciidoc gettext perl pkg-config tar tk xmlto"
makedepends="libglib-devel libcurl-devel libsecret-devel pcre2-devel tk-devel"
# Required by https://
depends="ca-certificates perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL"