diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-07-27 01:25:20 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-07-27 01:25:20 +0000 |
commit | 15c1551ea378607e55d8794de79207166d0ae1e5 (patch) | |
tree | 73c8786e0fad568d10c37e84e57718888d04e4a4 /security/seccure | |
parent | 5248e90f8597935323b5088e6d32590bac88c5a7 (diff) | |
download | ports-15c1551ea378607e55d8794de79207166d0ae1e5.tar.gz ports-15c1551ea378607e55d8794de79207166d0ae1e5.zip |
Notes
Diffstat (limited to 'security/seccure')
-rw-r--r-- | security/seccure/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/seccure/Makefile b/security/seccure/Makefile index 2259d0a86830..458d52c537cd 100644 --- a/security/seccure/Makefile +++ b/security/seccure/Makefile @@ -7,14 +7,14 @@ PORTNAME= seccure PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://point-at-infinity.org/seccure/ MAINTAINER= luke@REMOVE_IT.novum.am.lublin.pl COMMENT= SECCURE Elliptic Curve Crypto Utility for Reliable Encryption -LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt MAN1= seccure.1 |