avro-cpp: fix dependency order
This commit is contained in:
parent
19c0b465be
commit
7e846e6980
1 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@ class AvroCpp < Formula
|
||||||
sha256 "30de5dd8b0328916218197bf57e6d74695c770a9c53194a0ec4d2676934dc27b" => :yosemite
|
sha256 "30de5dd8b0328916218197bf57e6d74695c770a9c53194a0ec4d2676934dc27b" => :yosemite
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "pkg-config" => :build
|
|
||||||
depends_on "cmake" => :build
|
depends_on "cmake" => :build
|
||||||
|
depends_on "pkg-config" => :build
|
||||||
depends_on "boost"
|
depends_on "boost"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in a new issue