aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-30 01:03:11 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-30 01:03:11 +0800
commited62412da224acb44ca4b9a17bb9752ec4829bce (patch)
treed3320423b0d87d68957c3690c5a5dc5915533f7b /ftp
parent9f9987fc87b0836f3eaf1d3308d3adef79d91e2a (diff)
downloadfreebsd-ports-ed62412da224acb44ca4b9a17bb9752ec4829bce.tar.gz
freebsd-ports-ed62412da224acb44ca4b9a17bb9752ec4829bce.tar.zst
freebsd-ports-ed62412da224acb44ca4b9a17bb9752ec4829bce.zip
Fix BROTLI option
Notes
Notes: svn path=/head/; revision=460317
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 8e0f75f66877..a39727ea7305 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -35,7 +35,7 @@ TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support
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