pixman: fix indentation

This commit is contained in:
Adam Vandenberg 2011-12-15 21:05:36 -08:00
parent 37ce9788ed
commit f389e45e0b

View file

@ -9,11 +9,11 @@ class Pixman < Formula
def install
if ENV.compiler == :llvm
if MacOS.xcode_version >= "4.1"
ENV.clang
else
ENV.gcc_4_2
end
if MacOS.xcode_version >= "4.1"
ENV.clang
else
ENV.gcc_4_2
end
end
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",