aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gifsicle.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gifsicle.rb')
-rw-r--r--Library/Formula/gifsicle.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/gifsicle.rb b/Library/Formula/gifsicle.rb
index 13bcab574..90806381c 100644
--- a/Library/Formula/gifsicle.rb
+++ b/Library/Formula/gifsicle.rb
@@ -5,8 +5,9 @@ class Gifsicle < Formula
url 'http://www.lcdf.org/gifsicle/gifsicle-1.64.tar.gz'
md5 'dabe9ee0d6d9cea099d9a7e6ecdcc443'
+ depends_on :x11
+
def install
- ENV.x11
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--enable-all"