percona-server-mongodb: fix dependency order
This commit is contained in:
parent
689a3c9bec
commit
e18240fa21
1 changed files with 3 additions and 3 deletions
|
@ -14,12 +14,12 @@ class PerconaServerMongodb < Formula
|
|||
option "with-boost", "Compile using installed boost, not the version shipped with this formula"
|
||||
option "with-sasl", "Compile with SASL support"
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "boost" => :optional
|
||||
depends_on "go" => :build
|
||||
depends_on :macos => :sierra
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "scons" => :build
|
||||
depends_on :macos => :sierra
|
||||
depends_on "openssl" => :recommended
|
||||
depends_on "boost" => :optional
|
||||
|
||||
conflicts_with "mongodb",
|
||||
:because => "percona-server-mongodb and mongodb install the same binaries."
|
||||
|
|
Loading…
Reference in a new issue