sphinx: fix dependency order

This commit is contained in:
commitay 2018-09-18 12:17:41 +10:00
parent bc64876424
commit 2b29c2d5d2

View file

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