freeciv: fix dependency order

This commit is contained in:
commitay 2018-09-17 20:23:30 +10:00
parent 9e87a0516a
commit e3fc3df3c2

View file

@ -14,8 +14,8 @@ class Freeciv < Formula
head do
url "https://github.com/freeciv/freeciv.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "gettext" => :build
depends_on "libtool" => :build
end