enchant: use proper hunspell directory path.

This commit is contained in:
Christian Neukirchen 2015-07-12 18:20:22 +02:00
parent 13a9e7346b
commit ea8f61d287

View file

@ -1,9 +1,10 @@
# Template file for 'enchant' # Template file for 'enchant'
pkgname=enchant pkgname=enchant
version=1.6.0 version=1.6.0
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-zemberek --disable-ispell --disable-aspell" configure_args="--disable-zemberek --disable-ispell --disable-aspell
--with-myspell-dir=/usr/share/hunspell"
hostmakedepends="automake libtool pkg-config" hostmakedepends="automake libtool pkg-config"
makedepends="glib-devel hunspell-devel" makedepends="glib-devel hunspell-devel"
short_desc="Generic spell checking library" short_desc="Generic spell checking library"