diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-11-17 17:35:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-11-17 17:35:31 +0000 |
commit | dceac2dff9434f6107a22d3d79e5d5900e8b3450 (patch) | |
tree | 7784d4e09406a60045ed9f3e350d452b11ea08f9 /net/tshark | |
parent | Update to version 5.15.1 (diff) |
Refactor tshark and the lite ports to fix the build.
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Notes
Notes:
svn path=/head/; revision=401821
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" |