openfortivpn: fix dependency order
This commit is contained in:
parent
15cdf36ff6
commit
686c0eff62
1 changed files with 1 additions and 1 deletions
|
@ -11,8 +11,8 @@ class Openfortivpn < Formula
|
|||
sha256 "53e0106ebd966a5eb3dc3547add6c182f3d5c2322d38a6ef91d6617fc9e3a07a" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "openssl"
|
||||
|
||||
|
|
Loading…
Reference in a new issue