Tweak fontconfig formula

master
Adam Vandenberg 2010-10-16 09:00:07 -07:00
parent 480eed6228
commit 35473e2a5b
1 changed files with 3 additions and 0 deletions

View File

@ -8,7 +8,10 @@ class Fontconfig <Formula
# Leopard comes with 2.4.x, which is too old for many packages.
keg_only :provided_by_osx
depends_on 'pkg-config'
def install
ENV.x11
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end