svn commit: r378526 - head/net/tshark

Antoine Brodin antoine at FreeBSD.org
Fri Feb 6 10:52:51 UTC 2015


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"


More information about the svn-ports-all mailing list