diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/freetype.rb | 5 |
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}" |
