diff options
author | Anton Saietskii <vsasjason@gmail.com> | 2025-06-18 10:46:02 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-06-18 14:12:21 +0000 |
commit | 9a45f7a4c0b93d60cea85366c7d91fbd3b1ede57 (patch) | |
tree | e294b279785c126b3653a562e883875c72173db7 | |
parent | d4fb30654a09924879fe4602b4d85af12d1226ce (diff) |
-rw-r--r-- | security/nmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 8f320aecd5db..792600e8aa89 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -60,7 +60,7 @@ CONFIGURE_ARGS+=--without-localdirs \ .include <bsd.port.options.mk> .if defined(SSL_DEFAULT) && ${SSL_DEFAULT} == libressl -BROKEN= error: OpenSSL-1.1.1 is the minimum supported version. LibreSSLis not supported +BROKEN= error: OpenSSL-1.1.1 is the minimum supported version. LibreSSL is not supported .endif .if exists(/usr/lib/libibverbs.a) |