wireshark: remove defunct arg

This commit is contained in:
Dominyk Tiller 2015-12-20 13:47:49 +00:00
parent af1733ef0e
commit b88eb741a7

View file

@ -75,7 +75,6 @@ class Wireshark < Formula
args << "--disable-gtktest" if build.without?("gtk+3") && build.without?("gtk+")
args << "--with-gtk3" if build.with? "gtk+3"
args << "--with-gtk2" if build.with? "gtk+"
args << "--with-libcap=#{Formula["libpcap"].opt_prefix}" if build.with? "libpcap"
if build.with?("qt") || build.with?("qt5")
args << "--with-qt"