mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
security/klee: Switch to USES=llvm.
This commit is contained in:
parent
48eb5a86c1
commit
08807ad950
1 changed files with 4 additions and 7 deletions
|
@ -13,14 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
|
||||||
|
|
||||||
NOT_FOR_ARCHS= i386
|
NOT_FOR_ARCHS= i386
|
||||||
|
|
||||||
BUILD_DEPENDS= llvm-config13:devel/llvm13 \
|
BUILD_DEPENDS= gmake:devel/gmake
|
||||||
gmake:devel/gmake
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}
|
||||||
# Should be a LIB_DEPEND, but hard to express in a generic manner
|
|
||||||
RUN_DEPENDS= llvm-config13:devel/llvm13 \
|
|
||||||
${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}
|
|
||||||
|
|
||||||
USES= cmake compiler:c++14-lang localbase pkgconfig python:3.5+,run \
|
USES= cmake compiler:c++14-lang llvm:min=9,max=13,build,run localbase \
|
||||||
shebangfix sqlite
|
pkgconfig python:3.5+,run shebangfix sqlite
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
SHEBANG_FILES= tools/klee-stats/klee-stats tools/ktest-tool/ktest-tool tools/klee-zesti/klee-zesti
|
SHEBANG_FILES= tools/klee-stats/klee-stats tools/ktest-tool/ktest-tool tools/klee-zesti/klee-zesti
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue