tesseract: fix missing build dependency to autoconf-archive (#8984)

This commit is contained in:
Liquidsoul 2017-01-18 10:49:59 +01:00 committed by Mike McQuaid
parent 7efdb7a001
commit 8d054312e6

View file

@ -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