diff options
Diffstat (limited to 'security/nmap/Makefile')
-rw-r--r-- | security/nmap/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index c3b20bc1ae9d..8f320aecd5db 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -59,6 +59,10 @@ 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 +.endif + .if exists(/usr/lib/libibverbs.a) # Link with libibverbs is needed by static libpcap post-patch-PCAP-on: |