aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMark A. Miller2010-09-24 14:18:34 -0500
committerAdam Vandenberg2010-09-24 12:32:46 -0700
commit0fd09fb62d71d97a6c7db6292d126ac4c108cd23 (patch)
tree839987e2f8e5c722808c0d9e50de6b98691be3cd /Library
parent648b2f1355484a29388a48fd0b1da141cd12b303 (diff)
downloadhomebrew-0fd09fb62d71d97a6c7db6292d126ac4c108cd23.tar.bz2
Add missing dependency 'pkg-config' for exif.rb
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/exif.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/exif.rb b/Library/Formula/exif.rb
index 1de0b3cf5..778415d74 100644
--- a/Library/Formula/exif.rb
+++ b/Library/Formula/exif.rb
@@ -5,6 +5,7 @@ class Exif <Formula
homepage 'http://libexif.sourceforge.net/'
md5 '75f0dd6f9f2d128261721c0896e0b324'
+ depends_on 'pkg-config'
depends_on 'popt'
depends_on 'libexif'
depends_on 'gettext'