mpfr: fix deps

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-17 15:07:36 +01:00
parent 27590d63cf
commit e76d283162
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ PKG_LICENSE="LGPL"
PKG_SITE="http://www.mpfr.org/"
PKG_URL="http://www.mpfr.org/mpfr-current/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="gmp"
PKG_BUILD_DEPENDS="ccache gmp"
PKG_PRIORITY="optional"
PKG_SECTION="toolchain/math"
PKG_SHORTDESC="mpfr: A C library for multiple-precision floating-point computations with exact roundi"