lsyncd: add/fix build dependencies on autoconf
Closes Homebrew/homebrew#24439. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
1725485f69
commit
bc746d0844
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue