diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-03-22 10:59:33 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-03-22 10:59:33 +0000 |
commit | b51eb0f94ca55ac6cc423e9a4d7c2b9ffd20ace1 (patch) | |
tree | 77f4c64b8030bc5c2ce43c783504e5906182be81 /ftp/curl | |
parent | 2b2456bcb8eca669f49b93dd78f41e5fc3c1cc62 (diff) | |
download | ports-b51eb0f94ca55ac6cc423e9a4d7c2b9ffd20ace1.tar.gz ports-b51eb0f94ca55ac6cc423e9a4d7c2b9ffd20ace1.zip |
Notes
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 9afa4d8d1915..7ba25768c5bd 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -84,10 +84,6 @@ IGNORE= only supports LIBSSH2 with OpenSSL IGNORE= only supports NTLM with OpenSSL .endif -.if defined(WITH_CARES) && defined(WITH_IPV6) -IGNORE= does not support both c-ares and IPv6 - disable one of them -.endif - .if defined(WITH_LDAPS) .if !defined(WITH_LDAP) IGNORE= only supports LDAPS with LDAP |