freetds@0.91: fix dependency order
This commit is contained in:
parent
9287bbcdef
commit
2af4a45a71
1 changed files with 1 additions and 1 deletions
|
@ -21,8 +21,8 @@ class FreetdsAT091 < Formula
|
|||
option "without-openssl", "Build without OpenSSL support (default is to use brewed OpenSSL)"
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "unixodbc" => :optional
|
||||
depends_on "openssl" => :recommended
|
||||
depends_on "unixodbc" => :optional
|
||||
|
||||
def install
|
||||
args = %W[
|
||||
|
|
Loading…
Reference in a new issue