mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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]
This commit is contained in:
parent
e90dd95c4a
commit
dce904a447
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302138
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user