# HG changeset patch # User Christophe Lincoln # Date 1304986376 -7200 # Node ID aef392b64b4a0a5e6eebd2dba4e28e6e4b367348 # Parent 6026f6c50111aea1e592ca41ee9f143b5c1539f0 Fix mpfr BUILD_DEPENDS diff -r 6026f6c50111 -r aef392b64b4a mpfr/receipt --- a/mpfr/receipt Tue May 10 02:11:03 2011 +0200 +++ b/mpfr/receipt Tue May 10 02:12:56 2011 +0200 @@ -5,12 +5,12 @@ CATEGORY="development" SHORT_DESC="C library for multiple-precision floating-point computations." MAINTAINER="pankso@slitaz.org" -DEPENDS="gmp" -BUILD_DEPENDS="gmp" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.mpfr.org/" WGET_URL="http://www.mpfr.org/mpfr-current/$TARBALL" -#EXTRAVERSION="p8" + +DEPENDS="gmp" +BUILD_DEPENDS="$DEPENDS gmp-dev" # Rules to configure and make the package. compile_rules()