diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-12-20 16:39:54 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-12-20 16:39:54 +0000 |
commit | 5f8bdca1743778a64c2813838175acb5502b54e9 (patch) | |
tree | 45d2efb793412aa40af4af2df689757bd35cbe1a /security/pinentry/Makefile | |
parent | 7c280124a8a30bea2f7a5214c61dbe2f6f5efaee (diff) |
Notes
Diffstat (limited to 'security/pinentry/Makefile')
-rw-r--r-- | security/pinentry/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index dc2fb33d57b3..abd75bdcfbe9 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -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.14:${PORTSDIR}/security/libksba + ksba.15:${PORTSDIR}/security/libksba CONFLICTS?= pinentry-[a-z]*-[0.9]* |