irssi: fix dependency order
This commit is contained in:
parent
934bbc23e9
commit
800c39f031
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@ class Irssi < Formula
|
|||
|
||||
head do
|
||||
url "https://github.com/irssi/irssi.git"
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
depends_on "lynx" => :build
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue