security/klee: Depend on python 3 and py-tabulate. Required for ktest-tool utility, written in Python.
Reviewed by: mat Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19770
This commit is contained in:
parent
292201087e
commit
512cb98f2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497913
1 changed files with 3 additions and 2 deletions
|
@ -14,9 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
|
|||
BUILD_DEPENDS= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
|
||||
gmake:devel/gmake
|
||||
# Should be a LIB_DEPEND, but hard to express in a generic manner
|
||||
RUN_DEPENDS= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
|
||||
RUN_DEPENDS= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
|
||||
${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}
|
||||
|
||||
USES= cmake localbase pkgconfig python:run shebangfix
|
||||
USES= cmake localbase pkgconfig python:3.5+,run shebangfix
|
||||
USE_GITHUB= yes
|
||||
SHEBANG_FILES= tools/klee-stats/klee-stats tools/ktest-tool/ktest-tool
|
||||
USE_LDCONFIG= yes
|
||||
|
|
Loading…
Reference in a new issue