arp-scan: import homebrew/dupes into core.

This commit is contained in:
FX Coudert 2017-04-03 17:03:07 +02:00
parent dc64c7e830
commit bce262f22d

View file

@ -19,7 +19,7 @@ class ArpScan < Formula
depends_on "autoconf" => :build
end
depends_on "homebrew/dupes/libpcap" => :optional
depends_on "libpcap" => :optional
def install
system "autoreconf", "--install" if build.head?