diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-13 21:24:20 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-13 21:24:20 +0000 |
commit | 4dce0bd83bab57a46a96b04263cc1954a5b0f715 (patch) | |
tree | d02a05f93737ca5eb857ecae20787854c59c3d42 /security/pinentry | |
parent | 34277ade842bac5f5d6fdce9e709acf79ac367c0 (diff) |
Update gpgme to 1.1.2, chase dependencies.
Notes
Notes:
svn path=/head/; revision=172981
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 e9f72b27a534..24a1220199d2 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -7,7 +7,7 @@ PORTNAME= pinentry PORTVERSION= 0.7.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= pinentry @@ -16,7 +16,7 @@ MAINTAINER= lofi@freebsd.org COMMENT?= A collection of simple PIN or passphrase entry dialogs LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - ksba.15:${PORTSDIR}/security/libksba + ksba.17:${PORTSDIR}/security/libksba CONFLICTS?= pinentry-[a-z]*-[0.9]* |