zorba: fix dependency order

This commit is contained in:
commitay 2018-09-18 13:50:19 +10:00
parent 0a15bac7fa
commit cfc900776b

View file

@ -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"