swig: fix dependency order

This commit is contained in:
commitay 2018-09-18 12:17:43 +10:00
parent 8d0c23139b
commit bf30ce4d2d

View file

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