mytop: depend on mysql-client instead of mysql
This commit is contained in:
parent
03290f228c
commit
88fffc706a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ class Mytop < Formula
|
|||
mirror "https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/m/mytop/mytop_1.9.1.orig.tar.gz"
|
||||
mirror "https://mirrors.ocf.berkeley.edu/debian/pool/main/m/mytop/mytop_1.9.1.orig.tar.gz"
|
||||
sha256 "179d79459d0013ab9cea2040a41c49a79822162d6e64a7a85f84cdc44828145e"
|
||||
revision 5
|
||||
revision 6
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -14,7 +14,7 @@ class Mytop < Formula
|
|||
sha256 "a7a00e844c2adb87eb4379faf0d3dd60443f9383cb295688ae2dac47051f3483" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "mysql"
|
||||
depends_on "mysql-client"
|
||||
depends_on "openssl"
|
||||
|
||||
conflicts_with "mariadb", :because => "both install `mytop` binaries"
|
||||
|
|
Loading…
Reference in a new issue