aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gd.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/gd.rb b/Library/Formula/gd.rb
index 762db68c3..fa0819d0b 100644
--- a/Library/Formula/gd.rb
+++ b/Library/Formula/gd.rb
@@ -8,6 +8,8 @@ class Gd <Formula
aka :libgd
+ depends_on 'jpeg' => :recommended
+
def install
system "./configure", "--prefix=#{prefix}", "--with-freetype=/usr/X11"
system "make install"