drip: depends on java
This prevents the error "No Java runtime present, requesting install." Closes Homebrew/homebrew#49628. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
22bebf100e
commit
f1c9d78c67
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ class Drip < Formula
|
|||
url "https://github.com/flatland/drip/archive/0.2.4.tar.gz"
|
||||
sha256 "9ed25e29759a077d02ddac61785f33d1f2e015b74f1fd934890aba4a35b3551d"
|
||||
|
||||
depends_on :java => "1.5+"
|
||||
|
||||
def install
|
||||
system "make"
|
||||
libexec.install %w[bin src Makefile]
|
||||
|
|
Loading…
Reference in a new issue