mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
enchant2: makedepends+="icu-devel"
Transitive via nuspell-devel anyway.
This commit is contained in:
parent
4ed981ac48
commit
48960e688e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ make_install_args="$make_build_args"
|
||||||
configure_args="--enable-relocatable"
|
configure_args="--enable-relocatable"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libglib-devel hunspell-devel aspell-devel libvoikko-devel
|
makedepends="libglib-devel hunspell-devel aspell-devel libvoikko-devel
|
||||||
libnuspell-devel"
|
libnuspell-devel icu-devel"
|
||||||
checkdepends="unittest-cpp"
|
checkdepends="unittest-cpp"
|
||||||
short_desc="Generic spell checking library"
|
short_desc="Generic spell checking library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue