libextractor: remove :run.
This commit is contained in:
parent
928db43740
commit
f43131d033
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class Libextractor < Formula
|
|||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libtool" => :run
|
||||
depends_on "libtool"
|
||||
depends_on "iso-codes" => :optional
|
||||
|
||||
conflicts_with "pkcrack", :because => "both install `extract` binaries"
|
||||
|
|
Loading…
Reference in a new issue