git: bd05cd9d5ee5 - main - security/xmlsec1: Fix duplicated menu item

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Wed, 30 Aug 2023 19:18:37 UTC
The branch main has been updated by diizzy:

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

commit bd05cd9d5ee51e1d2f74bba7768c2ab7c4007c7c
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-08-30 19:16:24 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-08-30 19:18:32 +0000

    security/xmlsec1: Fix duplicated menu item
    
    Remove duplicated entry for GNUTLS
    
    PR:             273108
    Reported by:    Anton Saietskii <vsasjason@gmail.com>
---
 security/xmlsec1/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile
index 426562a23fe8..622d98d27045 100644
--- a/security/xmlsec1/Makefile
+++ b/security/xmlsec1/Makefile
@@ -27,7 +27,7 @@ CONFIGURE_ARGS=	--disable-static
 
 OPTIONS_DEFINE=		DOCS
 OPTIONS_MULTI=		SSL
-OPTIONS_MULTI_SSL=	GNUTLS NSS OPENSSL GNUTLS
+OPTIONS_MULTI_SSL=	GNUTLS NSS OPENSSL
 OPTIONS_DEFAULT=	OPENSSL NSS
 OPTIONS_SUB=		yes