diff options
author | arved <arved@FreeBSD.org> | 2008-02-29 05:47:06 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2008-02-29 05:47:06 +0800 |
commit | 3768f91967897f0ff027a583d1dda5ef48854c72 (patch) | |
tree | 36bfdaee94013139b92d5186523da4cede34b055 /security/gnupg | |
parent | 90d21f195f0c1abab9952286d19e88c4318850fb (diff) | |
download | freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.tar.gz freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.tar.zst freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.zip |
Chase libgcrypt library version
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 6f235d7e701d..4a633d7615ef 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnupg PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg @@ -17,7 +18,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= The GNU Privacy Guard BUILD_DEPENDS= libassuan>=1.0.1:${PORTSDIR}/security/libassuan -LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt \ gpg-error:${PORTSDIR}/security/libgpg-error \ ksba.17:${PORTSDIR}/security/libksba \ pth.20:${PORTSDIR}/devel/pth |