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:
Mike McQuaid 2015-05-26 15:23:34 +01:00
parent 6fc7aa7be9
commit 1c09eb2412

View file

@ -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