aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/curl')
-rw-r--r--ftp/curl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 9e18c70e3287..a21e298492f0 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -125,6 +125,7 @@ CONFIGURE_ARGS+= --without-libidn
.endif
.if defined(WITH_LIBSSH2)
+BROKEN= does not work with libssh2-0.15
LIB_DEPENDS+= ssh2.1:${PORTSDIR}/security/libssh2
CONFIGURE_ARGS+= --with-libssh2=${LOCALBASE}
.else