pcre: fix dependency order
This commit is contained in:
parent
f4ab705ad2
commit
839adfb30f
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@ class Pcre < Formula
|
|||
head do
|
||||
url "svn://vcs.exim.org/pcre/code/trunk"
|
||||
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue