passenger: fix dependency order
This commit is contained in:
parent
979b32651d
commit
6149ad9a56
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@ class Passenger < Formula
|
|||
option "without-apache2-module", "Disable Apache2 module"
|
||||
|
||||
depends_on :macos => :lion
|
||||
depends_on "pcre"
|
||||
depends_on "openssl"
|
||||
depends_on "pcre"
|
||||
|
||||
def install
|
||||
# https://github.com/Homebrew/homebrew-core/pull/1046
|
||||
|
|
Loading…
Reference in a new issue