Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Feb 2015 10:52:51 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378526 - head/net/tshark
Message-ID:  <201502061052.t16AqpBR043334@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Feb  6 10:52:50 2015
New Revision: 378526
URL: https://svnweb.freebsd.org/changeset/ports/378526
QAT: https://qat.redports.org/buildarchive/r378526/

Log:
  Fix tshark options and dependencies

Modified:
  head/net/tshark/Makefile

Modified: head/net/tshark/Makefile
==============================================================================
--- head/net/tshark/Makefile	Fri Feb  6 10:41:17 2015	(r378525)
+++ head/net/tshark/Makefile	Fri Feb  6 10:52:50 2015	(r378526)
@@ -7,6 +7,6 @@ CATEGORIES=	net ipv6
 
 MASTERDIR=	${.CURDIR}/../wireshark
 
-WITHOUT_X11=	yes
+OPTIONS_EXCLUDE=	X11 GTK3 QT5
 
 .include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502061052.t16AqpBR043334>