diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-08-30 04:05:07 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-08-30 04:05:07 +0000 |
commit | 53792bf1df45bca40ec6dadadf85bf25b78697ad (patch) | |
tree | 9c502719c4b2a6db597c5a905a70e389ee26796b /ftp/wget | |
parent | bf54e29e8e0ac80ee0f62da49230a4a87129e908 (diff) |
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
Notes
Notes:
svn path=/head/; revision=478429
Diffstat (limited to 'ftp/wget')
-rw-r--r-- | ftp/wget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 148dec837ba9..879572417631 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -24,7 +24,7 @@ OPTIONS_SUB= yes OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL=GNUTLS OPENSSL OPTIONS_DEFINE= DOCS IDN IPV6 MANPAGES METALINK NLS PCRE PSL -OPTIONS_DEFAULT=DOCS IDN IPV6 MANPAGES NLS OPENSSL +OPTIONS_DEFAULT=IDN MANPAGES OPENSSL DOCS_DESC= Install info page DOCS_CONFIGURE_ENV= MAKEINFO="${MAKEINFO}" |