From bf30ce4d2d53cea23ba6ed2d6db0709b61b8ea0c Mon Sep 17 00:00:00 2001 From: commitay Date: Tue, 18 Sep 2018 12:17:43 +1000 Subject: [PATCH] swig: fix dependency order --- Formula/swig.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/swig.rb b/Formula/swig.rb index 480a9ec47d..5820ab380d 100644 --- a/Formula/swig.rb +++ b/Formula/swig.rb @@ -15,8 +15,8 @@ class Swig < Formula head do url "https://github.com/swig/swig.git" - depends_on "automake" => :build depends_on "autoconf" => :build + depends_on "automake" => :build end depends_on "pcre"