diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 22:46:47 +0800 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 22:46:47 +0800 |
commit | ffcb54b54fe12a4154c13c239dca119d32f6d6e9 (patch) | |
tree | d2d1996032dd21dd2dafd5d23094cf94cdd7d2d1 /math/mpfr | |
parent | 241000003cc37531d200773be1eb19996345da3c (diff) | |
download | freebsd-ports-gnome-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.tar.gz freebsd-ports-gnome-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.tar.zst freebsd-ports-gnome-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.zip |
Chase gmp library and bump PORTREVISION.
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index a6d4258b8ad5..afcdbab63967 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -7,14 +7,14 @@ PORTNAME= mpfr PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ MAINTAINER= ale@FreeBSD.org COMMENT= A library for multiple-precision floating-point computations -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \ |