diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-27 06:30:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-27 06:30:00 +0800 |
commit | 8b4c85e1ca725a3460ed07b00fd850d114713ae1 (patch) | |
tree | 810eee489f80443e1f11de34cea7c6eea7d34944 | |
parent | 80b55677f9e9ebe6270ce42cca5acad1ebede516 (diff) | |
download | freebsd-ports-gnome-8b4c85e1ca725a3460ed07b00fd850d114713ae1.tar.gz freebsd-ports-gnome-8b4c85e1ca725a3460ed07b00fd850d114713ae1.tar.zst freebsd-ports-gnome-8b4c85e1ca725a3460ed07b00fd850d114713ae1.zip |
Update options dependency
-rw-r--r-- | ftp/curl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 119a7da1cc9b..4d44d9334d2d 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -35,7 +35,9 @@ LDAPS_IMPLIES= LDAP LIBSSH2_DESC= SCP/SFTP support via libssh2 LIBSSH2_IMPLIES= OPENSSL POP3_DESC= POP3/POP3S support +PROXY_IMPLIES= HTTP RESOLV_DESC= DNS resolving options +RTSP_IMPLIES= HTTP SMB_DESC= SMB/CIFS support SMTP_DESC= SMTP/SMTPS support THREADED_RESOLVER_DESC= Threaded DNS resolver |