gmp: fix deps

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-17 14:56:10 +01:00
parent 45bfc9b2c7
commit 75d9b5a995

View File

@ -6,7 +6,7 @@ PKG_LICENSE="LGPL"
PKG_SITE="http://www.swox.com/gmp/"
PKG_URL="http://ftp.sunet.se/pub/gnu/gmp/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS=""
PKG_BUILD_DEPENDS="ccache"
PKG_PRIORITY="optional"
PKG_SECTION="toolchain/math"
PKG_SHORTDESC="gmp: The GNU MP (multiple precision arithmetic) library"