mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
33ef38cf0f
This port provides only base OpenSSL 1.1.1 for now.
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
This package allows you to install the compat13x libraries on your
|
|
system, so you can use legacy binaries that depend on them.
|
|
|
|
Ports usage example:
|
|
|
|
--
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 1400000
|
|
LIB_DEPENDS+= libcrypto.so.111:misc/compat13x
|
|
.endif
|
|
--
|