ftp/wget:
* Fix a typo in options variable (introduced in r315271) * Whitespace change to align the values PR: ports/177662 Submitted by: Jeremy Chadwick <jdc@koitsu.org> Approved by: portmgr
This commit is contained in:
parent
c3b6d71980
commit
46150162e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315782
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ GNU_CONFIGURE= yes
|
|||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
OPTIONS_RADIO= SSL
|
||||
OPTIONS_RADIO_SSL= GNUTLS OPENSSL
|
||||
OPTIONS_RADIO_SSL=GNUTLS OPENSSL
|
||||
OPTIONS_DEFINE= IPV6 NLS IDN
|
||||
OPTIONs_DEFAULT= OPENSSL IDN
|
||||
OPTIONS_DEFAULT=OPENSSL IDN
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue