memcached: fix component order
This commit is contained in:
parent
6be252c099
commit
cae9aaa6e9
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@ class Memcached < Formula
|
|||
option "with-sasl", "Enable SASL support -- disables ASCII protocol!"
|
||||
option "with-sasl-pwdb", "Enable SASL with memcached's own plain text password db support -- disables ASCII protocol!"
|
||||
|
||||
depends_on "libevent"
|
||||
|
||||
deprecated_option "enable-sasl" => "with-sasl"
|
||||
deprecated_option "enable-sasl-pwdb" => "with-sasl-pwdb"
|
||||
|
||||
depends_on "libevent"
|
||||
|
||||
conflicts_with "mysql-cluster", :because => "both install `bin/memcached`"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue