# HG changeset patch # User Claudinei Pereira # Date 1244763877 0 # Node ID 9e422122e0bd1e838618b7973fdc77c88ecb3dba # Parent 2d4075e9138deea98f8881566033d02439566d9f Fix: childsplay (depends and build_depends) diff -r 2d4075e9138d -r 9e422122e0bd childsplay/receipt --- a/childsplay/receipt Thu Jun 11 23:40:48 2009 +0000 +++ b/childsplay/receipt Thu Jun 11 23:44:37 2009 +0000 @@ -8,10 +8,10 @@ TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://www.childschool.org" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="python pygame" -BUILD_DEPENDS="python python-dev pygame libSDL libSDL-dev libsdl-image \ -libsdl-image-dev libsdl-mixer libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev \ -libsmpeg libsmpeg-dev" +DEPENDS="python python-pygame" +BUILD_DEPENDS="python python-dev python-pygame libSDL libSDL-dev \ +libsdl-image libsdl-image-dev libsdl-mixer libsdl-mixer-dev \ +libsdl-ttf libsdl-ttf-dev libsmpeg libsmpeg-dev" # Rules to configure and make the package. compile_rules()