aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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