zorba: fix dependency order
This commit is contained in:
parent
0a15bac7fa
commit
cfc900776b
1 changed files with 1 additions and 1 deletions
|
@ -15,10 +15,10 @@ class Zorba < Formula
|
|||
option "with-big-integer", "Use 64 bit precision instead of arbitrary precision for performance"
|
||||
option "with-ssl-verification", "Enable SSL peer certificate verification"
|
||||
|
||||
depends_on :macos => :mavericks
|
||||
depends_on "cmake" => :build
|
||||
depends_on "flex"
|
||||
depends_on "icu4c"
|
||||
depends_on :macos => :mavericks
|
||||
depends_on "xerces-c"
|
||||
|
||||
conflicts_with "xqilla", :because => "Both supply xqc.h"
|
||||
|
|
Loading…
Reference in a new issue