diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-27 13:48:00 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-29 15:14:57 +0000 |
commit | ea4cf0d151208a1116660e80e19f6d3a4fb5540c (patch) | |
tree | 19145bb7602e50a7c7ba096a0d8f0147e001dbab | |
parent | 49adb53a09fa1eba70e6e520f40940e248cb72a5 (diff) |
security/libpki: Mark BROKEN_SSL
- Fails to detect OpenSSL 3.0 or later
Approved by: portmgr (blanket)
-rw-r--r-- | security/libpki/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/libpki/Makefile b/security/libpki/Makefile index 178ad059e790..a39ce22b650b 100644 --- a/security/libpki/Makefile +++ b/security/libpki/Makefile @@ -15,6 +15,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf gnome libtool ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0 or later USE_GITHUB= yes GH_ACCOUNT= openca USE_GNOME= libxml2 |