memcached: fix component order

This commit is contained in:
commitay 2018-09-21 14:21:50 +10:00
parent 6be252c099
commit cae9aaa6e9

View file

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