lsyncd: add/fix build dependencies on autoconf

Closes Homebrew/homebrew#24439.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Larry Gilbert 2013-11-18 08:32:02 -08:00 committed by Jack Nagel
parent 1725485f69
commit bc746d0844

View file

@ -5,6 +5,7 @@ class Lsyncd < Formula
url 'https://github.com/axkibe/lsyncd/archive/release-2.1.5.tar.gz'
sha1 '2b8eb169365edc54488a97435bbd39ae4a6731b8'
depends_on :autoconf
depends_on :automake
depends_on 'asciidoc' => :build
depends_on 'docbook' => :build