tesseract: fix missing build dependency to autoconf-archive (#8984)
This commit is contained in:
parent
7efdb7a001
commit
8d054312e6
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ class Tesseract < Formula
|
|||
url "https://github.com/tesseract-ocr/tesseract.git"
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "autoconf-archive" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
|
|
Loading…
Reference in a new issue