summaryrefslogtreecommitdiff
path: root/ftp/curl
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-10 18:55:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-10 18:55:05 +0000
commit8904a74b060ebbf02fe3857d45bc01c4e37e51ea (patch)
tree46d4c0c1db70736fd00080860f717258c71ca0ee /ftp/curl
parent- Chase libssh2 update (diff)
- Chase libssh2 update
PR: ports/114474 Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz> Pointy hat to: lx
Notes
Notes: svn path=/head/; revision=195379
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