git: 231330854329 - main - textproc/castxml: stop enumerating removed devel/llvm10

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 03 Apr 2024 15:58:13 UTC
The branch main has been updated by rene:

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

commit 231330854329c395b23d02b97c996fc46a0ad37c
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-04-03 15:57:02 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-04-03 15:57:02 +0000

    textproc/castxml: stop enumerating removed devel/llvm10
---
 textproc/castxml/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/castxml/Makefile b/textproc/castxml/Makefile
index 0e7302d37ee5..72235d9dfaaa 100644
--- a/textproc/castxml/Makefile
+++ b/textproc/castxml/Makefile
@@ -22,7 +22,7 @@ GH_PROJECT=	CastXML
 
 CMAKE_ARGS=	-DLLVM_DIR:STRING=${LOCALBASE}/llvm${LLVM_VERSION}/lib/cmake/llvm
 
-LLVM_VERSIONS=	15 14 13 12 11 10
+LLVM_VERSIONS=	15 14 13 12 11
 
 OPTIONS_DEFINE=		DOCS
 OPTIONS_DEFAULT=	DOCS LLVM_${LLVM_DEFAULT}