memcached: remove mysql-cluster reference
This commit is contained in:
parent
e1e69e090c
commit
019cae9269
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@ class Memcached < Formula
|
|||
|
||||
depends_on "libevent"
|
||||
|
||||
conflicts_with "mysql-cluster", :because => "both install `bin/memcached`"
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-coverage"
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue