diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-12 08:12:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-12 08:12:08 +0000 |
commit | ea8e1d0aa027fae5ca8b0850fe6a4b3b138ed6b5 (patch) | |
tree | c7f3ae4661e79fead33481bda113d991f3bfa86e /ftp | |
parent | 1321047edd7fa1a29356ce39c2bd54b6646a999d (diff) |
Notes
Diffstat (limited to 'ftp')
-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 9d1697b8ebc1..97188b56c580 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -23,7 +23,7 @@ COOKIES_DESC= Cookies support CURL_DEBUG_DESC=cURL debug memory tracking LIBSSH2_DESC= SCP/SFTP support via libssh2 RESOLV_DESC= DNS resolving options -SPNEGO= SPNEGO (RFC 4178) support +SPNEGO_DESC= SPNEGO (RFC 4178) support THREADED_RESOLVER_DESC= Threaded DNS resolver TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support |