enchant: remove aspell support.

This commit is contained in:
Christian Neukirchen 2015-05-12 20:24:15 +02:00
parent 2599d28933
commit 9654e90a12
1 changed files with 3 additions and 3 deletions

View File

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