diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mpw.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mpw.rb b/Library/Formula/mpw.rb index cdded4be0..cf3f3d2c2 100644 --- a/Library/Formula/mpw.rb +++ b/Library/Formula/mpw.rb @@ -4,6 +4,13 @@ class Mpw < Formula sha1 "036b3d8f4bd6f0676ae16e7e9c3de65f6030874f" version "2.1-cli4" + bottle do + cellar :any + sha1 "67cc0d3615113021c944212cb3a8c5d07d404a58" => :yosemite + sha1 "9a41c1d203ec3fbb31e8e4c6daceba7c7f7ceb91" => :mavericks + sha1 "05f7d8d6eac5b6195e33c4ba9d928897b26b561a" => :mountain_lion + end + depends_on "automake" => :build depends_on "autoconf" => :build depends_on "openssl" |
