openfortivpn: fix dependency order

This commit is contained in:
commitay 2018-09-18 09:24:47 +10:00
parent 15cdf36ff6
commit 686c0eff62

View file

@ -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"