ncurses: host always has tic(1)

This commit is contained in:
Đoàn Trần Công Danh 2021-01-01 00:27:02 +07:00
parent 3051d0619a
commit 2dbafd54b2

View File

@ -11,10 +11,6 @@ homepage="http://www.gnu.org/software/ncurses/"
distfiles="${GNU_SITE}/ncurses/$pkgname-$version.tar.gz"
checksum=30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d
if [ "$CROSS_BUILD" ]; then
# needs host tic(1)
hostmakedepends="ncurses"
fi
depends="ncurses-base-${version}_${revision}"
do_configure() {