diff options
Diffstat (limited to 'main/mpfr/APKBUILD')
-rw-r--r-- | main/mpfr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mpfr/APKBUILD b/main/mpfr/APKBUILD index 442a89b622..92367632a2 100644 --- a/main/mpfr/APKBUILD +++ b/main/mpfr/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="multiple-precision floating-point library" url="http://www.mpfr.org/" license="GPL LGPL" depends= -makedepends="gcc>=4.4.2 gmp-dev texinfo" +makedepends="gmp-dev texinfo" source="http://www.mpfr.org/mpfr-current/mpfr-$pkgver.tar.bz2" subpackages="$pkgname-doc $pkgname-dev" |