diff options
| author | Jack Nagel | 2014-10-06 22:55:24 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-10-06 22:55:24 -0500 |
| commit | 1d0a984d0e3d19512d79df26660bf0a30fbf1ace (patch) | |
| tree | 189d4a271e094d160013711201c58d5e8b0d449a /Library | |
| parent | 57f90a5ded54db2b95a93b2fdc0bc5130167dcce (diff) | |
| download | homebrew-1d0a984d0e3d19512d79df26660bf0a30fbf1ace.tar.bz2 | |
gifsicle: clarify X11 option
Closes #32899.
Diffstat (limited to 'Library')
| -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 |
