wok rev 9741

Fix mpfr BUILD_DEPENDS
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 10 02:12:56 2011 +0200 (2011-05-10)
parents 6026f6c50111
children 43cd9810f84a
files mpfr/receipt
line diff
     1.1 --- a/mpfr/receipt	Tue May 10 02:11:03 2011 +0200
     1.2 +++ b/mpfr/receipt	Tue May 10 02:12:56 2011 +0200
     1.3 @@ -5,12 +5,12 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="C library for multiple-precision floating-point computations."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gmp"
     1.8 -BUILD_DEPENDS="gmp"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.mpfr.org/"
    1.11  WGET_URL="http://www.mpfr.org/mpfr-current/$TARBALL"
    1.12 -#EXTRAVERSION="p8"
    1.13 +
    1.14 +DEPENDS="gmp"
    1.15 +BUILD_DEPENDS="$DEPENDS gmp-dev"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()