1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Mk/bsd.default-versions.mk: openssl111 is gone

This commit is contained in:
Tobias Kortkamp 2020-01-02 11:53:48 +00:00
parent e9ad00244a
commit 7487d85818
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521831

View File

@ -96,7 +96,7 @@ RUBY_DEFAULT?= 2.6
RUST_DEFAULT?= rust
# Possible values: 4.10
SAMBA_DEFAULT?= 4.10
# Possible values: base, openssl, openssl111, libressl, libressl-devel
# Possible values: base, openssl, libressl, libressl-devel
.if !defined(SSL_DEFAULT)
# If no preference was set, check for an installed base version
# but give an installed port preference over it.