activemq-cpp: fix dependency order
This commit is contained in:
parent
190b7b7141
commit
e81cff7c26
1 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@ class ActivemqCpp < Formula
|
|||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "openssl"
|
||||
depends_on "apr"
|
||||
depends_on "openssl"
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue