From a9552bc502aba03dd8a275e1e0b1d5b62b18e7d5 Mon Sep 17 00:00:00 2001 From: Tim D. Smith Date: Mon, 22 Sep 2014 21:28:44 -0700 Subject: wireshark: clarify that --with-qt installs wireshark-qt Closes #32537. --- Library/Formula/wireshark.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb index de8bcaa27..bd18424ac 100644 --- a/Library/Formula/wireshark.rb +++ b/Library/Formula/wireshark.rb @@ -28,7 +28,9 @@ class Wireshark < Formula depends_on "libtool" => :build end - option "with-qt", "Use QT for GUI instead of GTK+3" + option "with-gtk+3", "Build the wireshark command with gtk+3" + option "with-gtk+", "Build the wireshark command with gtk+" + option "with-qt", "Build the wireshark-qt command (can be used with or without either GTK option)" option "with-headers", "Install Wireshark library headers for plug-in developemnt" depends_on "pkg-config" => :build -- cgit v1.2.3