diff options
| -rw-r--r-- | Library/Formula/cproto.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/cproto.rb b/Library/Formula/cproto.rb index f07c1f71f..8a4a13513 100644 --- a/Library/Formula/cproto.rb +++ b/Library/Formula/cproto.rb @@ -5,6 +5,13 @@ class Cproto < Formula url "ftp://invisible-island.net/cproto/cproto-4.7l.tgz" sha1 "528d7b172cf206ad5b399e9c48d66eaa5029db86" + bottle do + cellar :any + sha1 "0b0d9f789a5645ffea965f62251c9565f41fd2d9" => :mavericks + sha1 "2b3b8f908e4db3575492588cc1aac60200ccafaa" => :mountain_lion + sha1 "787dd0093d888d058dd291c3a4b60272180cc2d3" => :lion + end + def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
