swig: fix dependency order
This commit is contained in:
parent
8d0c23139b
commit
bf30ce4d2d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue