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:
ilovezfs 2016-02-28 02:22:16 -08:00 committed by Dominyk Tiller
parent 22bebf100e
commit f1c9d78c67

View file

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