diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-03 11:40:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-03 11:40:49 +0000 |
commit | e0755b977ddf2301673392c45576331ca8dadbf4 (patch) | |
tree | 92cb5bc433c23c9c04b834cf71a29ff984579775 /security/seccure | |
parent | fbb7343c346a1f20491ae407f8878480a44f83a2 (diff) | |
download | ports-e0755b977ddf2301673392c45576331ca8dadbf4.tar.gz ports-e0755b977ddf2301673392c45576331ca8dadbf4.zip |
Notes
Diffstat (limited to 'security/seccure')
-rw-r--r-- | security/seccure/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/seccure/Makefile b/security/seccure/Makefile index 266d00054bb2..b19f04c96cbe 100644 --- a/security/seccure/Makefile +++ b/security/seccure/Makefile @@ -7,6 +7,7 @@ PORTNAME= seccure PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://point-at-infinity.org/seccure/ \ ${MASTER_SITE_NETBSD} @@ -14,7 +15,7 @@ MASTER_SITES= http://point-at-infinity.org/seccure/ \ MAINTAINER= rpsfa@rit.edu COMMENT= Elliptic Curve Crypto Utility for Reliable Encryption -LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt MAN1= seccure.1 |