aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/objective-caml.rb
diff options
context:
space:
mode:
authorMike McQuaid2012-10-13 14:50:37 +0100
committerMike McQuaid2012-10-13 14:50:37 +0100
commit10031993926d595f3df2dc2e6660b68c3b6bbe16 (patch)
tree4c050a32e620e0f592da53684d84f364fc2e1bdd /Library/Formula/objective-caml.rb
parent9c207d5988eaa212abc86cfa3c4dae01eb08b7e0 (diff)
downloadhomebrew-10031993926d595f3df2dc2e6660b68c3b6bbe16.tar.bz2
objective-caml: add bottles.
References #15359.
Diffstat (limited to 'Library/Formula/objective-caml.rb')
-rw-r--r--Library/Formula/objective-caml.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb
index 9332c1be6..8c1966f04 100644
--- a/Library/Formula/objective-caml.rb
+++ b/Library/Formula/objective-caml.rb
@@ -9,6 +9,12 @@ class ObjectiveCaml < Formula
depends_on :x11 if MacOS::X11.installed?
+ bottle do
+ sha1 'b5c2e3a881fa0080725d83a994d30f1ebc2bb99f' => :mountainlion
+ sha1 '0d7ca01705c22e203e9ddff748b944da6cba921b' => :lion
+ sha1 'b485f013972629a06f883e080ee1c71055579288' => :snowleopard
+ end
+
def install
system "./configure", "--prefix", HOMEBREW_PREFIX,
"--mandir", man,