tesseract: head uses pkg-config

Closes Homebrew/homebrew#28464
This commit is contained in:
Adam Vandenberg 2014-04-18 08:59:20 -07:00
parent a2b951799d
commit e5599b61aa

View file

@ -11,6 +11,7 @@ class Tesseract < Formula
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on 'pkg-config' => :build
end
option "all-languages", "Install recognition data for all languages"