diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-10 18:55:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-10 18:55:05 +0000 |
commit | 8904a74b060ebbf02fe3857d45bc01c4e37e51ea (patch) | |
tree | 46d4c0c1db70736fd00080860f717258c71ca0ee /ftp/curl | |
parent | 580f99502246927b04793d9a4ba189e9d5c97b0a (diff) | |
download | ports-8904a74b060ebbf02fe3857d45bc01c4e37e51ea.tar.gz ports-8904a74b060ebbf02fe3857d45bc01c4e37e51ea.zip |
Notes
Diffstat (limited to 'ftp/curl')
-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 |