# HG changeset patch # User Paul Issott # Date 1233575172 0 # Node ID 25f912aa196a7bd6903f14a5be9629d2d5892541 # Parent a87fd7946e52d63fd15f95125bbbde1cd2f1ca2e enchant: update depends diff -r a87fd7946e52 -r 25f912aa196a enchant/receipt --- a/enchant/receipt Sun Feb 01 19:02:11 2009 +0100 +++ b/enchant/receipt Mon Feb 02 11:46:12 2009 +0000 @@ -5,7 +5,8 @@ CATEGORY="x-window" SHORT_DESC="Enchant spell checking library." MAINTAINER="pankso@slitaz.org" -BUILD_DEPENDS="pkg-config glib glib-dev" +DEPENDS="aspell" +BUILD_DEPENDS="pkg-config glib glib-dev aspell aspell-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.abisource.com/projects/enchant/" WGET_URL="http://www.abisource.com/downloads/enchant/$VERSION/$TARBALL"