git: 4eb8e8f9b615 - main - security/sequoia-chameleon-gnupg: add missing USES=llvm

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Tue, 17 Jun 2025 03:49:06 UTC
The branch main has been updated by vishwin:

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

commit 4eb8e8f9b6154b899e8bc29658d3ec1092a32779
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2025-06-17 03:47:10 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2025-06-17 03:47:10 +0000

    security/sequoia-chameleon-gnupg: add missing USES=llvm
    
    ...for libclang required by clang-sys crate
    
    Reported by: fallout
    Event: Kitchener-Waterloo Hackathon 202506
---
 security/sequoia-chameleon-gnupg/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/sequoia-chameleon-gnupg/Makefile b/security/sequoia-chameleon-gnupg/Makefile
index efb0db92baab..11356e0db288 100644
--- a/security/sequoia-chameleon-gnupg/Makefile
+++ b/security/sequoia-chameleon-gnupg/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS=	gpg-agent:security/gnupg
 TEST_DEPENDS=	sq:security/sequoia-sq \
 		gpg2:security/gnupg
 
-USES=	cargo sqlite ssl
+USES=	cargo llvm sqlite ssl
 
 USE_GITLAB=	yes
 GL_ACCOUNT=	sequoia-pgp