summaryrefslogtreecommitdiffstats
path: root/ftp/curl
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-10 18:55:05 +0000
committerpav <pav@FreeBSD.org>2007-07-10 18:55:05 +0000
commit994974574c04774e822c81c108febc2d8c6dc1fa (patch)
tree72473edf25f1bf6a0c7d040919bd405b5489daa7 /ftp/curl
parent25038928f58aec7769ad40ba1ae7a641b63ea253 (diff)
downloadFreeBSD-ports-994974574c04774e822c81c108febc2d8c6dc1fa.zip
FreeBSD-ports-994974574c04774e822c81c108febc2d8c6dc1fa.tar.gz
- 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 36a4997..9e18c70 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
OpenPOWER on IntegriCloud