diff options
| author | Frizlab | 2013-07-14 01:18:42 +0200 |
|---|---|---|
| committer | Jack Nagel | 2013-07-16 15:52:30 -0500 |
| commit | 21367a560c75782cb7647e34d224cdefdaf8b8de (patch) | |
| tree | 9ecb14233954e4b8dc04f33ca42c3e9aa5178ca1 /Library/Formula | |
| parent | 905681f431dd04b5395891311a0808ff445b03dc (diff) | |
| download | homebrew-21367a560c75782cb7647e34d224cdefdaf8b8de.tar.bz2 | |
libgphoto2: add missing dep on gd
Fixes #21196.
Closes #21197.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libgphoto2.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/libgphoto2.rb b/Library/Formula/libgphoto2.rb index a7d59d6e5..3beb1ec07 100644 --- a/Library/Formula/libgphoto2.rb +++ b/Library/Formula/libgphoto2.rb @@ -10,6 +10,7 @@ class Libgphoto2 < Formula depends_on 'pkg-config' => :build depends_on :libltdl # Configure script uses this depends_on 'libusb-compat' + depends_on 'gd' depends_on 'libexif' => :optional def install |
