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/dirmngr/Makefile | |
parent | 5248e90f8597935323b5088e6d32590bac88c5a7 (diff) |
Notes
Diffstat (limited to 'security/dirmngr/Makefile')
-rw-r--r-- | security/dirmngr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index bb2b27a73ca6..b267b721f165 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -7,6 +7,7 @@ PORTNAME= dirmngr PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= dirmngr @@ -17,7 +18,7 @@ MAINTAINER= umq@ueo.co.jp COMMENT= A client for managing and downloading certificate revocation lists LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ - gcrypt.16:${PORTSDIR}/security/libgcrypt \ + gcrypt.17:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ ksba.17:${PORTSDIR}/security/libksba \ pth:${PORTSDIR}/devel/pth |