libvisio: fix dependency order
This commit is contained in:
parent
fd522ba9ea
commit
aabbd27c13
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ class Libvisio < Formula
|
|||
sha256 "c2132d94aceadaa37f518681b517e656b42ad6134476cc2b76862c4ec41c55a4" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "cppunit" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "boost"
|
||||
depends_on "librevenge"
|
||||
depends_on "icu4c"
|
||||
depends_on "librevenge"
|
||||
|
||||
def install
|
||||
# Needed for Boost 1.59.0 compatibility.
|
||||
|
|
Loading…
Reference in a new issue