diff options
author | marcus <marcus@FreeBSD.org> | 2016-10-17 21:22:13 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2016-10-17 21:22:13 +0800 |
commit | 1bd9f51ca8003fc3726135cbbbe5868ed915085e (patch) | |
tree | e9209f7c22d7922e244a94401bfde84a0e033d46 /net | |
parent | 6041f8c5738b7e691cba957e33faafd4b287512f (diff) | |
download | freebsd-ports-gnome-1bd9f51ca8003fc3726135cbbbe5868ed915085e.tar.gz freebsd-ports-gnome-1bd9f51ca8003fc3726135cbbbe5868ed915085e.tar.zst freebsd-ports-gnome-1bd9f51ca8003fc3726135cbbbe5868ed915085e.zip |
libwscodecs requires X11. This fixes the build for tshark[-lite].
PR: 213550
Submitted by: sergey@akhmatov.ru
Diffstat (limited to 'net')
-rw-r--r-- | net/wireshark/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index 521410302634..d95647d86c70 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -21,9 +21,9 @@ lib/libwireshark.so.8.0.1 lib/libwiretap.so lib/libwiretap.so.6 lib/libwiretap.so.6.0.1 -lib/libwscodecs.so -lib/libwscodecs.so.1 -lib/libwscodecs.so.1.0.0 +%%GUI%%lib/libwscodecs.so +%%GUI%%lib/libwscodecs.so.1 +%%GUI%%lib/libwscodecs.so.1.0.0 lib/libwsutil.so lib/libwsutil.so.7 lib/libwsutil.so.7.0.0 |