aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTim D. Smith2014-09-22 21:28:44 -0700
committerTim D. Smith2014-09-23 20:38:02 -0700
commita9552bc502aba03dd8a275e1e0b1d5b62b18e7d5 (patch)
tree4a0af6d25c6ac3295d76b46307e9bdc7a063c311 /Library
parent9699357c0f424cf25d336e2101f5a9d5c8080e1d (diff)
downloadhomebrew-a9552bc502aba03dd8a275e1e0b1d5b62b18e7d5.tar.bz2
wireshark: clarify that --with-qt installs wireshark-qt
Closes #32537.
Diffstat (limited to 'Library')
-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