diff options
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 0038b1378e7c..44fd01882786 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnupg PORTVERSION= 2.0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg @@ -19,7 +19,7 @@ COMMENT= The GNU Privacy Guard BUILD_DEPENDS= libksba>=1.0.7:${PORTSDIR}/security/libksba LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ - gcrypt.16:${PORTSDIR}/security/libgcrypt \ + gcrypt.17:${PORTSDIR}/security/libgcrypt \ gpg-error:${PORTSDIR}/security/libgpg-error \ ksba.17:${PORTSDIR}/security/libksba \ pth.20:${PORTSDIR}/devel/pth |