diff options
-rw-r--r-- | math/mpc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/mpc/Makefile b/math/mpc/Makefile index 0022e795a57e..e2a3295d60a5 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -13,8 +13,10 @@ MASTER_SITES= http://www.multiprecision.org/mpc/download/ MAINTAINER= gerald@FreeBSD.org COMMENT= Library of complex numbers with arbitrarily high precision -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.4:${PORTSDIR}/math/mpfr +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ + mpfr:${PORTSDIR}/math/mpfr + +PORTSCOUT= site:http://www.multiprecision.org/index.php?prog=mpc&page=download GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \ |