aspell-en: fix hostmakedepends.

This commit is contained in:
Christian Neukirchen 2015-01-16 18:26:48 +01:00
parent 0c6bfa058a
commit 3c4beafb8a

View file

@ -1,12 +1,11 @@
# Template file for 'aspell-en' # Template file for 'aspell-en'
pkgname=aspell-en pkgname=aspell-en
version=7.1 version=7.1
revision=2 revision=3
noarch=yes noarch=yes
wrksrc="aspell6-en-${version}-0" wrksrc="aspell6-en-${version}-0"
build_style=configure build_style=configure
hostmakedepends="which" hostmakedepends="aspell-devel"
makedepends="aspell-devel"
short_desc="English dictionary for aspell" short_desc="English dictionary for aspell"
homepage="http://aspell.net/" homepage="http://aspell.net/"
license="LGPL-2.1" license="LGPL-2.1"