diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-12-11 09:50:09 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-12-11 09:50:09 +0000 |
commit | 4579a192c24f3572791b8dfcd1cf5ec331cd8558 (patch) | |
tree | 502e12cb673e83a90ac09c653957245625c7874f /security/pbc/Makefile | |
parent | acd691d6a36b77ad43f5a3c5f5fc0fec96611e3b (diff) | |
download | ports-4579a192c24f3572791b8dfcd1cf5ec331cd8558.tar.gz ports-4579a192c24f3572791b8dfcd1cf5ec331cd8558.zip |
Notes
Diffstat (limited to 'security/pbc/Makefile')
-rw-r--r-- | security/pbc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pbc/Makefile b/security/pbc/Makefile index a94f22821b8a..c7ebc5002c24 100644 --- a/security/pbc/Makefile +++ b/security/pbc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pbc -PORTVERSION= 0.4.21 -PORTREVISION= 1 +PORTVERSION= 0.5.12 CATEGORIES= security MASTER_SITES= http://crypto.stanford.edu/pbc/files/ @@ -16,7 +15,8 @@ COMMENT= Library of pairing-based cryptosystems LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp -USE_CMAKE= yes +GNU_CONFIGURE= yes +USE_GCC= 4.6+ USE_LDCONFIG= yes .include <bsd.port.mk> |