diff options
Diffstat (limited to 'math/mpc/Makefile')
-rw-r--r-- | math/mpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mpc/Makefile b/math/mpc/Makefile index e790b41fd924..6f2eb2fa4813 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpc PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ @@ -15,7 +15,7 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= Library of complex numbers with arbitrarily high precision LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \ |