svn commit: r315162 - head/net/wireshark

Joe Marcus Clarke marcus at FreeBSD.org
Sun Mar 24 20:58:29 UTC 2013


Author: marcus
Date: Sun Mar 24 20:58:29 2013
New Revision: 315162
URL: http://svnweb.freebsd.org/changeset/ports/315162

Log:
  Make sure X11 is enabled by default.
  
  Submitted by:	William Grzybowski <william88 at gmail.com>

Modified:
  head/net/wireshark/Makefile

Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile	Sun Mar 24 20:50:56 2013	(r315161)
+++ head/net/wireshark/Makefile	Sun Mar 24 20:58:29 2013	(r315162)
@@ -52,8 +52,8 @@ MAN1+=			$x.1
 .endfor
 
 .if !defined(LITE)
-OPTIONS_DEFINE=		RTP SNMP ADNS PCRE IPV6 GEOIP LUA CARES GSSAPI
-OPTIONS_DEFAULT=	SNMP ADNS PCRE IPV6 GEOIP GSSAPI
+OPTIONS_DEFINE=		RTP SNMP ADNS PCRE IPV6 GEOIP LUA CARES GSSAPI X11
+OPTIONS_DEFAULT=	SNMP ADNS PCRE IPV6 GEOIP GSSAPI X11
 
 RTP_DESC=		Enable support for playing back RTP streams
 ADNS_DESC=		Enable asynchronous DNS lookup support


More information about the svn-ports-all mailing list