diff options
Diffstat (limited to 'net/tshark')
-rw-r--r-- | net/tshark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tshark/Makefile b/net/tshark/Makefile index 5fbd4bf007e5..8d9c2152558f 100644 --- a/net/tshark/Makefile +++ b/net/tshark/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= tshark -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTERDIR= ${.CURDIR}/../wireshark -OPTIONS_EXCLUDE= X11 GTK3 QT5 +OPTIONS_EXCLUDE= GTK2 GTK3 QT5 .include "${MASTERDIR}/Makefile" |