mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix typo that prevented the IPV6 option from working. Switch
to USES=ssl while here.
This commit is contained in:
parent
58bb985474
commit
57ce8fbefa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428811
1 changed files with 2 additions and 2 deletions
|
@ -25,12 +25,12 @@ OPTIONS_RADIO= SSL
|
|||
OPTIONS_RADIO_SSL= GNUTLS OPENSSL
|
||||
OPTIONS_DEFAULT= OPENSSL REGEX UTF8
|
||||
|
||||
IPV_CONFIGURE_ENABLE= ipv6
|
||||
IPV6_CONFIGURE_ENABLE= ipv6
|
||||
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
|
||||
GNUTLS_USES= pkgconfig
|
||||
GNUTLS_CONFIGURE_ON= --with-ssl
|
||||
REGEX_CONFIGURE_ENABLE= regexp
|
||||
OPENSSL_USE= OPENSSL=yes
|
||||
OPENSSL_USES= ssl
|
||||
OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
|
||||
UTF8_CONFIGURE_ENABLE= utf8
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue