arp-scan: fix dependency order

This commit is contained in:
commitay 2018-09-17 18:48:28 +10:00
parent df27072edc
commit c35caf2b1f

View file

@ -12,8 +12,8 @@ class ArpScan < Formula
sha256 "4bda8ae4da7c735c08d45cfa7fc58987413e6600267f9e5ae7f4cfa5d174599a" => :el_capitan
end
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libpcap" => :optional
def install