enchant: use proper hunspell directory path.
This commit is contained in:
parent
13a9e7346b
commit
ea8f61d287
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'enchant'
|
||||
pkgname=enchant
|
||||
version=1.6.0
|
||||
revision=2
|
||||
revision=3
|
||||
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"
|
||||
makedepends="glib-devel hunspell-devel"
|
||||
short_desc="Generic spell checking library"
|
||||
|
|
Loading…
Reference in New Issue
Block a user