Skip to content

Commit

Permalink
imagej, tinyumbrella: use depends_on_java caveat (Homebrew#26050)
Browse files Browse the repository at this point in the history
  • Loading branch information
jawshooah authored and vitorgalvao committed Oct 23, 2016
1 parent ceb5ac3 commit d68c61a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Casks/imagej.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
name 'ImageJ'
homepage 'https://imagej.nih.gov/ij/index.html'

depends_on cask: 'java'
depends_on macos: '>= :mountain_lion'

suite 'ImageJ'

caveats do
depends_on_java
end
end
6 changes: 4 additions & 2 deletions Casks/tinyumbrella.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
name 'TinyUmbrella'
homepage 'https://www.firmwareumbrella.com/'

depends_on cask: 'java'

app 'TinyUmbrella.app'

caveats do
depends_on_java
end
end

0 comments on commit d68c61a

Please sign in to comment.