diff options
author | Anton Saietskii <vsasjason@gmail.com> | 2025-06-18 13:45:02 +0259 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-06-18 07:12:21 -0700 |
commit | 9a45f7a4c0b93d60cea85366c7d91fbd3b1ede57 (patch) | |
tree | e294b279785c126b3653a562e883875c72173db7 /security/nmap | |
parent | devel/sltdl: update to 0.5.1 (diff) |
security/nmap: Fix typo in BROKEN=
PR: 287630
Diffstat (limited to 'security/nmap')
-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) |