sysbench: depend on postgresql instead of :postgresql
This commit is contained in:
parent
82a9e1a2e8
commit
10f9423f87
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Sysbench < Formula
|
|||
depends_on "libtool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "openssl"
|
||||
depends_on :postgresql => :optional
|
||||
depends_on "postgresql" => :optional
|
||||
depends_on :mysql => :recommended
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue