enchant: remove aspell support.

This commit is contained in:
Christian Neukirchen 2015-05-12 20:24:15 +02:00
parent 2599d28933
commit 9654e90a12

View file

@ -1,11 +1,11 @@
# Template file for 'enchant' # Template file for 'enchant'
pkgname=enchant pkgname=enchant
version=1.6.0 version=1.6.0
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-zemberek --disable-ispell" configure_args="--disable-zemberek --disable-ispell --disable-aspell"
hostmakedepends="automake libtool pkg-config" hostmakedepends="automake libtool pkg-config"
makedepends="glib-devel aspell-devel hunspell-devel" makedepends="glib-devel hunspell-devel"
short_desc="Generic spell checking library" short_desc="Generic spell checking library"
homepage="http://www.abisource.com/projects/enchant/" homepage="http://www.abisource.com/projects/enchant/"
license="LGPL-2.1" license="LGPL-2.1"