aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-05-22 21:14:54 -0500
committerJack Nagel2014-05-22 21:14:55 -0500
commit57c006637d3536fc7c398b9d4bcec5ef3df9b8f3 (patch)
tree08b10027868ad7fe0de73fe9330a3809ca6fe0c9
parente5ec629ef0dd639d2cc31cfc931517baeba0a017 (diff)
downloadhomebrew-57c006637d3536fc7c398b9d4bcec5ef3df9b8f3.tar.bz2
pyexiv2 needs boost-python
-rw-r--r--Library/Formula/pyexiv2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pyexiv2.rb b/Library/Formula/pyexiv2.rb
index 649bd59d1..0c02085e6 100644
--- a/Library/Formula/pyexiv2.rb
+++ b/Library/Formula/pyexiv2.rb
@@ -7,7 +7,7 @@ class Pyexiv2 < Formula
depends_on 'scons' => :build
depends_on 'exiv2'
- depends_on 'boost'
+ depends_on 'boost' => 'with-python'
# Patch to use Framework Python
patch :DATA