svn commit: r460317 - head/ftp/curl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 29 17:03:12 UTC 2018


Author: sunpoet
Date: Mon Jan 29 17:03:11 2018
New Revision: 460317
URL: https://svnweb.freebsd.org/changeset/ports/460317

Log:
  Fix BROTLI option

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Mon Jan 29 16:23:52 2018	(r460316)
+++ head/ftp/curl/Makefile	Mon Jan 29 17:03:11 2018	(r460317)
@@ -35,7 +35,7 @@ TLS_SRP_DESC=		TLS-SRP (Secure Remote Password) suppor
 CONFIGURE_ARGS=	--disable-werror \
 		--enable-imap --enable-pop3 --enable-rtsp --enable-smtp \
 		--with-zsh-functions-dir=${LOCALBASE}/share/zsh/site-functions \
-		--without-axtls --without-brotli
+		--without-axtls
 CONFIGURE_ENV=	LOCALBASE=${LOCALBASE} \
 		ac_cv_func_SSLv2_client_method=no
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list