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/pinentry | |
parent | fbb7343c346a1f20491ae407f8878480a44f83a2 (diff) | |
download | ports-e0755b977ddf2301673392c45576331ca8dadbf4.tar.gz ports-e0755b977ddf2301673392c45576331ca8dadbf4.zip |
Notes
Diffstat (limited to 'security/pinentry')
-rw-r--r-- | security/pinentry/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index a7cb0c6dea09..c993a0a48d32 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -7,7 +7,7 @@ PORTNAME= pinentry PORTVERSION= 0.8.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= pinentry @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= pinentry MAINTAINER= makc@FreeBSD.org COMMENT?= A collection of simple PIN or passphrase entry dialogs -LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \ ksba.19:${PORTSDIR}/security/libksba CONFLICTS?= pinentry-[a-z]*-[0.9]* |