mysql: block build deps together
This commit is contained in:
parent
a09dcff668
commit
ee5c7d169f
1 changed files with 1 additions and 1 deletions
|
@ -26,9 +26,9 @@ class Mysql < Formula
|
|||
deprecated_option "with-tests" => "with-test"
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "boost" => :build
|
||||
depends_on "pidof" unless MacOS.version >= :mountain_lion
|
||||
depends_on "openssl"
|
||||
depends_on "boost" => :build
|
||||
|
||||
conflicts_with "mysql-cluster", "mariadb", "percona-server",
|
||||
:because => "mysql, mariadb, and percona install the same binaries."
|
||||
|
|
Loading…
Reference in a new issue