diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2007-07-11 09:05:04 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2007-07-11 09:05:04 +0000 |
commit | f95a16eebf1f3d1035efabbf451ef7cd77248310 (patch) | |
tree | 6e9cd055ea891e32491b68f255c854d39eb3ee08 /ftp | |
parent | b1b5d46a09bcbae18110b0d547eccd31b05f5a55 (diff) | |
download | ports-f95a16eebf1f3d1035efabbf451ef7cd77248310.tar.gz ports-f95a16eebf1f3d1035efabbf451ef7cd77248310.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 1 |
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 |