aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-11 23:58:52 -0800
committerAdam Vandenberg2010-03-11 23:58:52 -0800
commit22bf8ecad2d5e06331995bf0bc8ae99b4dd7b471 (patch)
tree711213b4f22da7dc9f1ccebe91b76e0f5b5f1d3a /Library
parentae01d7743c3c61151ad18501ffb27c7995a4a05d (diff)
downloadhomebrew-22bf8ecad2d5e06331995bf0bc8ae99b4dd7b471.tar.bz2
Tell gd about libpng, why not.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gd.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/gd.rb b/Library/Formula/gd.rb
index fa0819d0b..55f71304e 100644
--- a/Library/Formula/gd.rb
+++ b/Library/Formula/gd.rb
@@ -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