git: e9a704b9b21d - main - devel/llvm-devel: add py-pexpect build dep

From: Brooks Davis <brooks_at_FreeBSD.org>
Date: Mon, 25 Mar 2024 15:19:36 UTC
The branch main has been updated by brooks:

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

commit e9a704b9b21d08d3402411d37dd4e3b11b7aa9b0
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-03-25 15:17:59 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-03-25 15:19:30 +0000

    devel/llvm-devel: add py-pexpect build dep
    
    LLDB now requires pexpect to build.
    
    I forgot to add this dependency after completing the rest of the update.
---
 devel/llvm-devel/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile
index 93b1635b876a..45c3ae492dc8 100644
--- a/devel/llvm-devel/Makefile
+++ b/devel/llvm-devel/Makefile
@@ -157,7 +157,9 @@ LIT_DESC=		Install lit and FileCheck test tools
 LIT_VARS=		_USES_PYTHON=python
 LIT_PLIST_SUB=		LIT_MOD_NAME=${LIT_MOD_NAME}
 LLD_DESC=		Install lld, the LLVM linker
-LLDB_BUILD_DEPENDS=	swig:devel/swig
+LLDB_BUILD_DEPENDS=	\
+	{PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \
+	swig:devel/swig
 LLDB_DESC=		Install lldb, the LLVM debugger
 LLDB_IMPLIES=		CLANG
 LLDB_PLIST_SUB=		PYTHON_ABIVER=${PYTHON_ABIVER}