cattle: fix dependency order

This commit is contained in:
commitay 2018-09-17 19:05:54 +10:00
parent 6bfe86a67c
commit 6b59f4d814

View file

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