diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gifsicle.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/gifsicle.rb b/Library/Formula/gifsicle.rb index d1cccc0c1..d669d1197 100644 --- a/Library/Formula/gifsicle.rb +++ b/Library/Formula/gifsicle.rb @@ -5,6 +5,8 @@ class Gifsicle < Formula url "http://www.lcdf.org/gifsicle/gifsicle-1.84.tar.gz" sha1 "131a3e53a1d49318b54f9c6f81a62726384e95d7" + option "with-x11", "Install gifview" + depends_on :x11 => :optional def install |
