Skip to content

Commit 2b30bb8

Browse files
committed
semgrep-core: add some missing tool dependencies
1 parent 5e4cdd6 commit 2b30bb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

semgrep-core/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ COMMENT= Lightweight static analysis for many languages
1616
LICENSE= gnu-lgpl-v2.1
1717

1818
TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
19+
TOOL_DEPENDS+= mccs-[0-9]*:../../wip/mccs
1920

2021
UNLIMIT_RESOURCES+= stacksize # needed by parsexp
2122
USE_LANGUAGES= c c++
22-
USE_TOOLS+= gmake pkg-config
23+
USE_TOOLS+= gmake pkg-config bash:build
2324
WRKSRC= ${WRKDIR}/semgrep
2425

2526
MAKE_ENV+= HOMEBREW_SYSTEM=fake

0 commit comments

Comments
 (0)