diff options
-rw-r--r-- | ftp/curl/Makefile | 2 |
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 |