sleuthkit: add missing Java dependency.
Closes Homebrew/homebrew#39715. Closes Homebrew/homebrew#40100. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
6fc7aa7be9
commit
1c09eb2412
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class Sleuthkit < Formula
|
|||
|
||||
option 'with-jni', "Build Sleuthkit with JNI bindings"
|
||||
|
||||
depends_on :java
|
||||
depends_on :ant => :build
|
||||
depends_on 'afflib' => :optional
|
||||
depends_on 'libewf' => :optional
|
||||
|
|
Loading…
Reference in a new issue