diff options
author | gerald <gerald@FreeBSD.org> | 2012-08-06 06:28:43 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-08-06 06:28:43 +0800 |
commit | 8454df389a0d195f03673d66337488d2b3d40b19 (patch) | |
tree | f9d75be0e848c28eb316b2b86f63011d900ddb04 /math | |
parent | 7c72d290732f3513fbf918e2d1cf592d4530ddf6 (diff) | |
download | freebsd-ports-gnome-8454df389a0d195f03673d66337488d2b3d40b19.tar.gz freebsd-ports-gnome-8454df389a0d195f03673d66337488d2b3d40b19.tar.zst freebsd-ports-gnome-8454df389a0d195f03673d66337488d2b3d40b19.zip |
Advise PORTSCOUT not to run into a false positive due to the
server providing arbitrary redirects. [1]
Remove ABI version numbers for library dependencies.
Submitted by: shaun [1]
Diffstat (limited to 'math')
-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} \ |