irssi: fix dependency order

This commit is contained in:
commitay 2018-09-17 22:48:00 +10:00
parent 934bbc23e9
commit 800c39f031

View file

@ -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