tiff: fix hostmakedepends

This commit is contained in:
ojab 2013-04-23 17:13:09 +04:00
parent ca055fc50d
commit 694ce3606f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ distfiles="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$version.tar.gz"
checksum=ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872
if [ "$CROSS_BUILD" ]; then
hostmakedepends="automake"
hostmakedepends="automake libtool"
pre_configure() {
autoreconf -fi
}