From 02ee9633a80e244599f31b044345d00db28d911c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 18 Sep 2012 17:50:10 +0100 Subject: freetype: add Mountain Lion bottle. --- Library/Formula/freetype.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library') 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}" -- cgit v1.2.3