aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/curl
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-11 02:55:05 +0800
committerpav <pav@FreeBSD.org>2007-07-11 02:55:05 +0800
commit994974574c04774e822c81c108febc2d8c6dc1fa (patch)
tree72473edf25f1bf6a0c7d040919bd405b5489daa7 /ftp/curl
parent25038928f58aec7769ad40ba1ae7a641b63ea253 (diff)
downloadfreebsd-ports-gnome-994974574c04774e822c81c108febc2d8c6dc1fa.tar.gz
freebsd-ports-gnome-994974574c04774e822c81c108febc2d8c6dc1fa.tar.zst
freebsd-ports-gnome-994974574c04774e822c81c108febc2d8c6dc1fa.zip
- Chase libssh2 update
PR: ports/114474 Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz> Pointy hat to: lx
Diffstat (limited to 'ftp/curl')
-rw-r--r--ftp/curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 36a49973c702..9e18c70e3287 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -125,7 +125,7 @@ CONFIGURE_ARGS+= --without-libidn
.endif
.if defined(WITH_LIBSSH2)
-LIB_DEPENDS+= ssh2.0:${PORTSDIR}/security/libssh2
+LIB_DEPENDS+= ssh2.1:${PORTSDIR}/security/libssh2
CONFIGURE_ARGS+= --with-libssh2=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-libssh2