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 /security/pbc | |
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 'security/pbc')
-rw-r--r-- | security/pbc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pbc/Makefile b/security/pbc/Makefile index d4a604971dbf..cb0e6c8ca874 100644 --- a/security/pbc/Makefile +++ b/security/pbc/Makefile @@ -7,13 +7,14 @@ PORTNAME= pbc PORTVERSION= 0.4.19 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://crypto.stanford.edu/pbc/files/ MAINTAINER= wenheping@gmail.com COMMENT= Library of pairing-based cryptosystems -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 USE_CMAKE= yes USE_LDCONFIG= yes |