gearman: depend on mysql instead of :mysql
This commit is contained in:
parent
1744c87dff
commit
8562f9efe6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Gearman < Formula
|
|||
depends_on "boost"
|
||||
depends_on "libevent"
|
||||
depends_on "libpqxx" if build.with? "postgresql"
|
||||
depends_on :mysql => :optional
|
||||
depends_on "mysql" => :optional
|
||||
depends_on :postgresql => :optional
|
||||
depends_on "hiredis" => :optional
|
||||
depends_on "libmemcached" => :optional
|
||||
|
|
Loading…
Reference in a new issue