diff options
author | marcus <marcus@FreeBSD.org> | 2019-03-05 17:00:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2019-03-05 17:00:49 +0800 |
commit | e03460b30da1721b687c27475b3906e06db9cd45 (patch) | |
tree | 8ce3cb55bf681917815d95fde4baf9b0fe5734f8 | |
parent | bb9b547036286f9676e77d7b1f0faea3aa781c00 (diff) | |
download | freebsd-ports-gnome-e03460b30da1721b687c27475b3906e06db9cd45.tar.gz freebsd-ports-gnome-e03460b30da1721b687c27475b3906e06db9cd45.tar.zst freebsd-ports-gnome-e03460b30da1721b687c27475b3906e06db9cd45.zip |
Add a dependency on qmake_build.
Reported by: Christoph Moench-Tegeder <cmt@burggraben.net>
-rw-r--r-- | net/wireshark/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index abe26ee297c1..8928e3d03257 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -80,7 +80,7 @@ SSHDUMP_DESC= Build sshdump extcap tool CISCODUMP_DESC= Build ciscodump extcap tool GUI_USES= qt:5 -GUI_USE= qt=core,gui,multimedia,widgets,printsupport,svg,buildtools_build,linguisttools_build +GUI_USE= qt=core,gui,multimedia,widgets,printsupport,svg,buildtools_build,linguisttools_build,qmake_build LUA_USES= lua:5[1-2] KRB_BASE_USES= gssapi |