freeciv: fix dependency order
This commit is contained in:
parent
9e87a0516a
commit
e3fc3df3c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue