aboutsummaryrefslogtreecommitdiff
path: root/security/libssh
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-05-03 16:36:39 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-05-03 16:36:39 +0000
commit2898e3fa0cd98a2293e7ac858e3efaf16444c98c (patch)
tree0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /security/libssh
parentd6666c0ddc9171e178c5e456ba6d0bc61dba9ac2 (diff)
downloadports-2898e3fa0cd98a2293e7ac858e3efaf16444c98c.tar.gz
ports-2898e3fa0cd98a2293e7ac858e3efaf16444c98c.zip
Chase security/libgcrypt update
Notes
Notes: svn path=/head/; revision=317220
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 f71e874966c4..190b8c33de83 100644
--- a/security/libssh/Makefile
+++ b/security/libssh/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libssh
PORTVERSION= 0.5.2
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= http://www.libssh.org/files/0.5/ \
LOCAL/avl
@@ -29,7 +30,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGCRYPT}
-LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt
CMAKE_ARGS+= -DWITH_GCRYPT:BOOL=ON
.else
USE_OPENSSL= yes