git: c33c088f0c7e - main - lang/dotnet-host: Remove USES=ssl

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Thu, 20 Feb 2025 12:38:33 UTC
The branch main has been updated by arrowd:

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

commit c33c088f0c7e0b03b60bec50877b013aa3de9336
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-02-20 12:02:27 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-02-20 12:38:25 +0000

    lang/dotnet-host: Remove USES=ssl
---
 lang/dotnet-host/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/dotnet-host/Makefile b/lang/dotnet-host/Makefile
index c9f01aabf364..1f94eb3f6902 100644
--- a/lang/dotnet-host/Makefile
+++ b/lang/dotnet-host/Makefile
@@ -14,7 +14,7 @@ NOT_FOR_ARCHS_REASON=	eng/native/functions.cmake:7: 'i386' is an unsupported arc
 
 BUILD_DEPENDS=	bash:shells/bash
 
-USES=		cmake:indirect llvm:noexport ssl
+USES=		cmake:indirect llvm:noexport
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	dotnet