# HG changeset patch # User Christophe Lincoln # Date 1241439130 -7200 # Node ID 1b3e286f13c8f2835bd6da2eee43c5e7cece91bb # Parent d432f911ee0365e3df26bc54b315d6e03835be53 enchant: Move aspell to SUGGESTED diff -r d432f911ee03 -r 1b3e286f13c8 enchant/receipt --- a/enchant/receipt Mon May 04 14:07:08 2009 +0200 +++ b/enchant/receipt Mon May 04 14:12:10 2009 +0200 @@ -5,8 +5,9 @@ CATEGORY="x-window" SHORT_DESC="Enchant spell checking library." MAINTAINER="pankso@slitaz.org" -DEPENDS="aspell dbus dbus-glib glib" +DEPENDS="dbus dbus-glib glib" BUILD_DEPENDS="pkg-config glib glib-dev aspell aspell-dev" +SUGGESTED="aspell" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.abisource.com/projects/enchant/" WGET_URL="http://www.abisource.com/downloads/enchant/$VERSION/$TARBALL"