svn commit: r463056 - head/ftp/curl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 26 22:30:01 UTC 2018


Author: sunpoet
Date: Mon Feb 26 22:30:00 2018
New Revision: 463056
URL: https://svnweb.freebsd.org/changeset/ports/463056

Log:
  Update options dependency

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Mon Feb 26 22:29:55 2018	(r463055)
+++ head/ftp/curl/Makefile	Mon Feb 26 22:30:00 2018	(r463056)
@@ -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


More information about the svn-ports-head mailing list