diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2023-09-16 14:15:35 +0200 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2023-09-16 14:15:35 +0200 |
commit | e332bedb5ec7594a6cc4d243ec120113591e3e86 (patch) | |
tree | ecb727e1bfa9a9ad7b93a902fe2b9cb361d6363f /security/openssl31 | |
parent | Mk/Uses: autoreconf.mk: Add AUTORECONF_ARGS (diff) |
security/openssl*: Chase addition of 3.2
* Update CONFLICTS
* Update comment in Mk/Uses/ssl.mk
Diffstat (limited to 'security/openssl31')
-rw-r--r-- | security/openssl31/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl31/Makefile b/security/openssl31/Makefile index e0baa28cfd53..e410d0a45df4 100644 --- a/security/openssl31/Makefile +++ b/security/openssl31/Makefile @@ -12,7 +12,7 @@ WWW= https://www.openssl.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl30 openssl-quictls +CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl3[02] openssl-quictls HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config |