tcpflow: fix dependency order
This commit is contained in:
parent
1ff7ea6471
commit
d0a0388d5f
1 changed files with 1 additions and 1 deletions
|
@ -21,8 +21,8 @@ class Tcpflow < Formula
|
|||
end
|
||||
|
||||
depends_on "boost" => :build
|
||||
depends_on "sqlite" if MacOS.version < :lion
|
||||
depends_on "openssl"
|
||||
depends_on "sqlite" if MacOS.version < :lion
|
||||
|
||||
def install
|
||||
system "bash", "./bootstrap.sh" if build.head?
|
||||
|
|
Loading…
Reference in a new issue