tig: depend on asciidoc and xmlto at build time for head (#23125)
Fixes man install for head
This commit is contained in:
parent
7ac6f28b4d
commit
1991799148
1 changed files with 3 additions and 0 deletions
|
@ -13,8 +13,11 @@ class Tig < Formula
|
|||
|
||||
head do
|
||||
url "https://github.com/jonas/tig.git"
|
||||
|
||||
depends_on "asciidoc" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "xmlto" => :build
|
||||
end
|
||||
|
||||
depends_on "readline" => :recommended
|
||||
|
|
Loading…
Reference in a new issue