diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-03-22 02:39:54 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-03-22 03:20:05 +0800 |
commit | b91537add951ab5890ec129b21cf65b5e165c324 (patch) | |
tree | 91474524c0ff3ec770d68456af87bb47a0e88731 /ftp | |
parent | dns/public_suffix_list: Update to 20230228 (diff) |
ftp/curl: Use complete arguments/options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index a67deb9a7533..e50be3d2e2f9 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -16,7 +16,15 @@ USES= cpe libtool localbase pathfix perl5 shebangfix tar:xz USE_PERL5= build CONFIGURE_ARGS= --disable-werror \ + --enable-dateparse \ + --enable-dnsshuffle \ --enable-headers-api \ + --enable-hsts \ + --enable-http-auth \ + --enable-mime \ + --enable-netrc \ + --enable-openssl-auto-load-config \ + --enable-progress-meter \ --with-fish-functions-dir=${LOCALBASE}/share/fish/completions \ --with-zsh-functions-dir=${LOCALBASE}/share/zsh/site-functions CONFIGURE_ENV= LOCALBASE=${LOCALBASE} \ |