colortail: fix dependency order

This commit is contained in:
commitay 2018-09-17 19:05:58 +10:00
parent c82cfd9cd0
commit 350dde3d2b

View file

@ -16,8 +16,8 @@ class Colortail < Formula
sha256 "cba08e3d00b530eca42cd2d95dc0c3ed9419f199e7f26edc068b5b1074c3fe51" => :mountain_lion
end
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
# Upstream PR to fix the build on ML
patch do