hh: modernize autotools deps
This commit is contained in:
parent
de58e05df7
commit
e8b080b04d
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ class Hh < Formula
|
|||
|
||||
head do
|
||||
url "https://github.com/dvorka/hstr.git"
|
||||
depends_on :autoconf
|
||||
depends_on :automake
|
||||
depends_on :libtool
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
depends_on "readline"
|
||||
|
|
Loading…
Reference in a new issue