freetype: add Mountain Lion bottle.

master
Mike McQuaid 2012-09-18 17:50:10 +01:00
parent 814266e853
commit 09fdb72488
1 changed files with 5 additions and 0 deletions

View File

@ -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}"