# HG changeset patch # User Christopher Rogers # Date 1298253707 0 # Node ID 880be3c813135228b56e3596158f74684614d52b # Parent 292bf098cc331b0c284f34c2d1c8a07cbe3f24b9 Updated physfs WGET_URL. Added wget to build depends make that work. diff -r 292bf098cc33 -r 880be3c81313 physfs/receipt --- a/physfs/receipt Mon Feb 21 01:06:23 2011 +0000 +++ b/physfs/receipt Mon Feb 21 02:01:47 2011 +0000 @@ -7,8 +7,8 @@ MAINTAINER="devl547@gmail.com" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://icculus.org/physfs/" -WGET_URL="ftp://ftp.tiscali.nl/pub/mirror/gentoo/distfiles/$TARBALL" -BUILD_DEPENDS="cmake" +WGET_URL="http://icculus.org/physfs/downloads/$TARBALL" +BUILD_DEPENDS="cmake wget" # Rules to configure and make the package. compile_rules()