aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Höppner2010-04-10 15:21:05 +0200
committerDavid Höppner2010-04-10 15:21:05 +0200
commit9c8315c082c4423e60145e578d18126166b4559e (patch)
treed86b7d0b11dd037d7065cd573c78df41b6c2b5d1 /Library/Formula
parent63f6322af6865dd964eefd9e451ee3a3261e71c5 (diff)
downloadhomebrew-9c8315c082c4423e60145e578d18126166b4559e.tar.bz2
strigi: add exiv2 as optional dep
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/strigi.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/strigi.rb b/Library/Formula/strigi.rb
index 0e4d0440e..44212a662 100644
--- a/Library/Formula/strigi.rb
+++ b/Library/Formula/strigi.rb
@@ -7,6 +7,7 @@ class Strigi <Formula
depends_on 'cmake'
depends_on 'clucene'
+ depends_on 'exiv2' => :optional
def install
ENV['CLUCENE_HOME'] = HOMEBREW_PREFIX