diff options
author | pav <pav@FreeBSD.org> | 2009-05-14 19:53:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-05-14 19:53:13 +0800 |
commit | 216350d06ee6ad53f87e547ab20faa420caa3a40 (patch) | |
tree | c0e7e3a8134c94a05364b9d6fdd41e9bac86c7c3 /math/mpc/Makefile | |
parent | d689c6c02a3227188c52565795090536c025937b (diff) | |
download | freebsd-ports-gnome-216350d06ee6ad53f87e547ab20faa420caa3a40.tar.gz freebsd-ports-gnome-216350d06ee6ad53f87e547ab20faa420caa3a40.tar.zst freebsd-ports-gnome-216350d06ee6ad53f87e547ab20faa420caa3a40.zip |
- Chase math/libgmp4 shlib bump
Reported by: pointyhat
Pointy hat to: ale
Diffstat (limited to 'math/mpc/Makefile')
-rw-r--r-- | math/mpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/mpc/Makefile b/math/mpc/Makefile index a92e0dac9dc2..b92d9a40dbd3 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -7,13 +7,14 @@ PORTNAME= mpc PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ MAINTAINER= wenheping@gmail.com COMMENT= Library of complex numbers with arbitrarily high precision -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ mpfr.3:${PORTSDIR}/math/mpfr GNU_CONFIGURE= yes |