diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
commit | 523a16e2bde0806face29fc8489a3cbcf49cfff0 (patch) | |
tree | 36ff86cd370c2c0eb1f52fe92bc02aff559884fe /security/ssss | |
parent | Update to 4.3.1 release. (diff) |
Chase libgmp and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=233833
Diffstat (limited to 'security/ssss')
-rw-r--r-- | security/ssss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssss/Makefile b/security/ssss/Makefile index 28e72ba74b2f..450df5481eb3 100644 --- a/security/ssss/Makefile +++ b/security/ssss/Makefile @@ -7,14 +7,14 @@ PORTNAME= ssss PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://point-at-infinity.org/ssss/ MAINTAINER= luke@novum.am.lublin.pl COMMENT= Shamir's Secret Sharing Scheme -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 PLIST_FILES= bin/ssss-combine bin/ssss-split |