git: 8675fc7c9480 - main - security/libssh2: Remove zlib leftover menu option definition

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 29 Mar 2026 19:52:04 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8675fc7c9480302f866c8e263794c63ff0eeb1a1

commit 8675fc7c9480302f866c8e263794c63ff0eeb1a1
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-03-29 13:55:18 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-03-29 19:47:10 +0000

    security/libssh2: Remove zlib leftover menu option definition
    
    Remove zlib definition from OPTIONS_DEFAULT as there's no port logic left
    
    Approved by:    blanket
---
 security/libssh2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile
index 5c328d8fcedd..d764aa3829c2 100644
--- a/security/libssh2/Makefile
+++ b/security/libssh2/Makefile
@@ -29,7 +29,7 @@ CMAKE_ON=	ENABLE_ZLIB_COMPRESSION
 OPTIONS_DEFINE=		STATIC TRACE
 OPTIONS_SINGLE=		SSL
 OPTIONS_SINGLE_SSL=	GCRYPT OPENSSL
-OPTIONS_DEFAULT=	OPENSSL ZLIB
+OPTIONS_DEFAULT=	OPENSSL
 OPTIONS_SUB=		yes
 
 TRACE_DESC=		Enable debug packet traces