diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libextractor.rb | 1 | ||||
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/libextractor.rb b/Library/Formula/libextractor.rb index bf531a836..69c4058e9 100644 --- a/Library/Formula/libextractor.rb +++ b/Library/Formula/libextractor.rb @@ -7,6 +7,7 @@ class Libextractor < Formula sha1 '244eb3e16dadedea9dc827fb91cb309e2baa8637' depends_on 'pkg-config' => :build + depends_on :libltdl def install ENV.deparallelize diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index d15030085..f05fe8b07 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -153,7 +153,7 @@ class FormulaAuditor when *BUILD_TIME_DEPS next if dep.build? next if dep.name == 'autoconf' && f.name =~ /automake/ - next if dep.name == 'libtool' && %w{imagemagick libgphoto2 libp11}.any? { |n| f.name == n } + next if dep.name == 'libtool' && %w{imagemagick libgphoto2 libp11 libextractor}.any? { |n| f.name == n } next if dep.name =~ /autoconf|pkg-config/ && f.name == 'ruby-build' problem %{#{dep} dependency should be "depends_on '#{dep}' => :build"} |
