git: d153eae26a4d - main - devel/llvm-devel: add missing $
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Mar 2024 13:46:15 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=d153eae26a4d484eb54e1349cf27c3a691176c6b commit d153eae26a4d484eb54e1349cf27c3a691176c6b Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-03-26 13:44:40 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-03-26 13:46:06 +0000 devel/llvm-devel: add missing $ Submitted by: Trond.Endrestol@ximalas.info --- devel/llvm-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile index 45c3ae492dc8..dc5b114dce26 100644 --- a/devel/llvm-devel/Makefile +++ b/devel/llvm-devel/Makefile @@ -158,7 +158,7 @@ LIT_VARS= _USES_PYTHON=python LIT_PLIST_SUB= LIT_MOD_NAME=${LIT_MOD_NAME} LLD_DESC= Install lld, the LLVM linker LLDB_BUILD_DEPENDS= \ - {PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \ swig:devel/swig LLDB_DESC= Install lldb, the LLVM debugger LLDB_IMPLIES= CLANG