diff options
Diffstat (limited to 'Library/Formula')
| -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 0ccea8f19..687e83ff9 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 '7dc4747810e51beb99fd36c8f5baade6e65d19b7' => :mountain_lion + end + def install ENV.universal_binary if build.universal? system "./configure", "--prefix=#{prefix}" |
