aboutsummaryrefslogtreecommitdiff
path: root/math/mpc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2012-08-05 22:28:43 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2012-08-05 22:28:43 +0000
commitdce904a447066900ad7555fd6ffc9d88638f8cd8 (patch)
treef9d75be0e848c28eb316b2b86f63011d900ddb04 /math/mpc
parente90dd95c4a9159c1ef0747f3213136106f632068 (diff)
downloadports-dce904a447066900ad7555fd6ffc9d88638f8cd8.tar.gz
ports-dce904a447066900ad7555fd6ffc9d88638f8cd8.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]
Notes
Notes: svn path=/head/; revision=302138
Diffstat (limited to 'math/mpc')
-rw-r--r--math/mpc/Makefile6
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} \