diff --git a/net/nmap/Makefile b/net/nmap/Makefile index b4595d72ef..064e33f721 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -95,7 +95,7 @@ CONFIGURE_VARS += \ CXXFLAGS="$$$$CXXFLAGS -fno-builtin" ifeq ($(BUILD_VARIANT),ssl) - CONFIGURE_ARGS += --with-openssl="$(STAGING_DIR)/usr" + CONFIGURE_ARGS += --with-openssl="$(STAGING_DIR)/usr" --without-libssh2 else CONFIGURE_ARGS += --without-openssl endif