diff options
| author | Jack Nagel | 2014-09-06 22:41:31 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-06 22:41:31 -0500 |
| commit | 8d120d542425ec829fff1a19cb5ee55b5be543b3 (patch) | |
| tree | 65016d492a2071696817bf3c1ad2d30a847504b2 | |
| parent | c49c83faf91eae8957845603041f81edfea78311 (diff) | |
| download | homebrew-8d120d542425ec829fff1a19cb5ee55b5be543b3.tar.bz2 | |
feh: fix dependencies
feh no longer depends on giblib, and imlib2 is not a build-time dep.
| -rw-r--r-- | Library/Formula/feh.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/feh.rb b/Library/Formula/feh.rb index 8a1d91e8e..e20df1340 100644 --- a/Library/Formula/feh.rb +++ b/Library/Formula/feh.rb @@ -6,8 +6,7 @@ class Feh < Formula sha1 "30eb2b778858b1f4ce97e44c8225758185b0c588" depends_on :x11 - depends_on "giblib" => :build - depends_on "imlib2" => :build + depends_on "imlib2" depends_on "libexif" => :recommended def install |
