diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2024-10-19 15:29:32 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2024-10-19 15:29:32 +0000 |
commit | c768ecf4629774c63cb7b3ec84662fba8100cfe3 (patch) | |
tree | 593874bcbcb5b619b510ead9f3ff85ec969a12b2 | |
parent | 928370d52b789a79f802201a477d54f22492e57f (diff) |
security/libressl-devel: Chase addition of OpenSSL 3.4 port
-rw-r--r-- | security/libressl-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile index a5291efc1863..28e3eb0ad92f 100644 --- a/security/libressl-devel/Makefile +++ b/security/libressl-devel/Makefile @@ -27,7 +27,7 @@ NC_DESC= Install TLS-enabled netcat CONFLICTS_INSTALL= libressl \ libretls -default_CONFLICTS_INSTALL= openssl openssl111 openssl3[12] openssl-quictls +default_CONFLICTS_INSTALL= openssl openssl111 openssl3* openssl-quictls .if ${FLAVOR:U} == default OPTIONS_EXCLUDE= LIBTLS |