sphinx: fix dependency order
This commit is contained in:
parent
bc64876424
commit
2b29c2d5d2
1 changed files with 1 additions and 1 deletions
|
@ -21,8 +21,8 @@ class Sphinx < Formula
|
|||
deprecated_option "pgsql" => "with-postgresql"
|
||||
|
||||
depends_on "mysql" => :optional
|
||||
depends_on "postgresql" => :optional
|
||||
depends_on "openssl" if build.with? "mysql"
|
||||
depends_on "postgresql" => :optional
|
||||
|
||||
resource "stemmer" do
|
||||
url "https://github.com/snowballstem/snowball.git",
|
||||
|
|
Loading…
Reference in a new issue