mysql: block build deps together

This commit is contained in:
Dominyk Tiller 2015-12-15 01:02:47 +00:00
parent a09dcff668
commit ee5c7d169f

View file

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