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.
This commit is contained in:
Brooks Davis 2024-03-25 15:17:59 +00:00
parent 667277248f
commit e9a704b9b2
1 changed files with 3 additions and 1 deletions

View File

@ -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}