pure-ftpd: depend on postgresql instead of :postgresql
This commit is contained in:
parent
7568f627ff
commit
1ad2222345
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class PureFtpd < Formula
|
|||
|
||||
depends_on "libsodium"
|
||||
depends_on "openssl"
|
||||
depends_on :postgresql => :optional
|
||||
depends_on "postgresql" => :optional
|
||||
depends_on "mysql" => :optional
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue