aboutsummaryrefslogtreecommitdiffstats
path: root/security/libssh
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-07-03 19:40:49 +0800
committerswills <swills@FreeBSD.org>2011-07-03 19:40:49 +0800
commitae430b66773d3ab07cec0ef7e1d20258c09e74ab (patch)
tree081b0a98b3f4c8b38cbeffd11f0a9604a15c599f /security/libssh
parent1c1171950f538d258ac5d58e810ddf82c3ccb4cc (diff)
downloadfreebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.gz
freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.zst
freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.zip
- Chase the libgcrypt shared lib version
Diffstat (limited to 'security/libssh')
-rw-r--r--security/libssh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile
index d9f8f71dea26..79f7bbeb6924 100644
--- a/security/libssh/Makefile
+++ b/security/libssh/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libssh
PORTVERSION= 0.4.8
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= http://www.libssh.org/files/0.4/ \
LOCAL/avl
@@ -32,7 +33,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
.include <bsd.port.options.mk>
.if defined(WITH_GCRYPT)
-LIB_DEPENDS+= gcrypt.17:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt
CMAKE_ARGS+= -DWITH_GCRYPT:BOOL=ON
.else
USE_OPENSSL= yes