From b88eb741a7c7d90c144238a3d848859ee5001a49 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sun, 20 Dec 2015 13:47:49 +0000 Subject: [PATCH] wireshark: remove defunct arg --- Formula/wireshark.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/wireshark.rb b/Formula/wireshark.rb index 9350bcd0f6..81f47f582f 100644 --- a/Formula/wireshark.rb +++ b/Formula/wireshark.rb @@ -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"