aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2012-09-18 17:50:10 +0100
committerMike McQuaid2012-09-18 20:05:03 +0100
commit02ee9633a80e244599f31b044345d00db28d911c (patch)
tree5f69ba0bf119a0d95d7f8b89274947fb6705fb56 /Library
parente87e8a1d9a53e1007b1322cea71cd8ca9701b461 (diff)
downloadhomebrew-02ee9633a80e244599f31b044345d00db28d911c.tar.bz2
freetype: add Mountain Lion bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/freetype.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/freetype.rb b/Library/Formula/freetype.rb
index 67334e7a4..01aa96651 100644
--- a/Library/Formula/freetype.rb
+++ b/Library/Formula/freetype.rb
@@ -9,6 +9,11 @@ class Freetype < Formula
option :universal
+ bottle do
+ # Included with X11 so no bottle needed before Mountain Lion.
+ sha1 '02121cf64c189e61117dc9bef3de856f296761af' => :mountainlion
+ end
+
def install
ENV.universal_binary if build.universal?
system "./configure", "--prefix=#{prefix}"