aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wireshark.rb4
1 files changed, 3 insertions, 1 deletions
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