cattle: fix dependency order
This commit is contained in:
parent
6bfe86a67c
commit
6b59f4d814
1 changed files with 1 additions and 1 deletions
|
@ -14,9 +14,9 @@ class Cattle < Formula
|
|||
head do
|
||||
url "https://github.com/andreabolognani/cattle.git"
|
||||
|
||||
depends_on "gtk-doc" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "gtk-doc" => :build
|
||||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue