diff options
| author | Jack Nagel | 2012-05-15 16:17:32 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-05-15 16:38:16 -0500 |
| commit | e98d63ad26c49af92fcd8ae6eef1d15d188bd3a0 (patch) | |
| tree | b106abacbf28911520b9903c165f49300715b785 /Library/Formula/bulk_extractor.rb | |
| parent | e459d51d0ba4c98d6825f0a8072b229775979ddd (diff) | |
| download | homebrew-e98d63ad26c49af92fcd8ae6eef1d15d188bd3a0.tar.bz2 | |
Add more autoconf deps where appropriate
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/bulk_extractor.rb')
| -rw-r--r-- | Library/Formula/bulk_extractor.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/bulk_extractor.rb b/Library/Formula/bulk_extractor.rb index 68b934fd7..8a0ea42fd 100644 --- a/Library/Formula/bulk_extractor.rb +++ b/Library/Formula/bulk_extractor.rb @@ -8,8 +8,8 @@ class BulkExtractor < Formula depends_on 'afflib' => :optional depends_on 'exiv2' => :optional depends_on 'libewf' => :optional - depends_on 'autoconf' if MacOS.xcode_version >= "4.3" - depends_on 'automake' if MacOS.xcode_version >= "4.3" + depends_on 'autoconf' => :build if MacOS.xcode_version.to_f >= 4.3 + depends_on 'automake' => :build if MacOS.xcode_version.to_f >= 4.3 def install system "autoreconf", "-i" |
