From 5f47c94ddbb02345501b918ed68038f10f149497 Mon Sep 17 00:00:00 2001 From: commitay Date: Mon, 17 Sep 2018 19:05:55 +1000 Subject: [PATCH] chinadns-c: fix dependency order --- Formula/chinadns-c.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/chinadns-c.rb b/Formula/chinadns-c.rb index eea4e8de3f..4f6a1f7032 100644 --- a/Formula/chinadns-c.rb +++ b/Formula/chinadns-c.rb @@ -17,8 +17,8 @@ class ChinadnsC < Formula head do url "https://github.com/clowwindy/ChinaDNS.git" - depends_on "automake" => :build depends_on "autoconf" => :build + depends_on "automake" => :build end def install