diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-21 19:22:56 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-21 19:22:56 +0000 |
commit | 26b0060617a53fd0c72bfc3a4a22b1b4339c2c71 (patch) | |
tree | e10a1fc0d522a5d7d495726227bd5c7f1fa4d9dc /security/pinentry | |
parent | 75c6b086e25572d1f7929df5d08c8329ed5fc55e (diff) | |
download | ports-26b0060617a53fd0c72bfc3a4a22b1b4339c2c71.tar.gz ports-26b0060617a53fd0c72bfc3a4a22b1b4339c2c71.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 5116d775e04b..5e02c60b138e 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -7,7 +7,7 @@ PORTNAME= pinentry PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 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.13:${PORTSDIR}/security/libksba + ksba.14:${PORTSDIR}/security/libksba CONFLICTS?= pinentry-[a-z]*-[0.9]* |