diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-14 11:53:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-14 11:53:13 +0000 |
commit | 1ebd8b8869da1ca0759e1069a89fcc02b1e81829 (patch) | |
tree | 73116fa389a10f258e3a681e24b17656070be6e9 /security/pbc | |
parent | c7a2039f702472effea40634eb15f76ca90a28b7 (diff) | |
download | ports-1ebd8b8869da1ca0759e1069a89fcc02b1e81829.tar.gz ports-1ebd8b8869da1ca0759e1069a89fcc02b1e81829.zip |
Notes
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 |