Tell gd about libpng, why not.

master
Adam Vandenberg 2010-03-11 23:58:52 -08:00
parent bf84d4276a
commit a498de7b58
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ class Gd <Formula
depends_on 'jpeg' => :recommended
def install
ENV.libpng
system "./configure", "--prefix=#{prefix}", "--with-freetype=/usr/X11"
system "make install"
end