Skip to content

Commit

Permalink
makedepend: add bottles
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Mar 12, 2014
1 parent 83925a9 commit a68f723
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Library/Formula/makedepend.rb
Expand Up @@ -5,6 +5,13 @@ class Makedepend < Formula
url "http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.5.tar.bz2"
sha1 "2599afa039d2070bae9df6ce43da288b3a4adf97"

bottle do
cellar :any
sha1 "83db1daee01e4eb752c711934eb88850b3ee70d6" => :mavericks
sha1 "9c55ea85af719a448a4522958bd0e57e5e7741d1" => :mountain_lion
sha1 "66c5cb0f796db17741c38fb98bd2c05c82bf989c" => :lion
end

depends_on "pkg-config" => :build

resource "xproto" do
Expand Down

0 comments on commit a68f723

Please sign in to comment.