svn commit: r317372 - head/net/wireshark

Joe Marcus Clarke marcus at FreeBSD.org
Sat May 4 22:00:55 UTC 2013


Author: marcus
Date: Sat May  4 22:00:55 2013
New Revision: 317372
URL: http://svnweb.freebsd.org/changeset/ports/317372

Log:
  Add some missing options to OPTIONS_DEFINE
  
  Reported by:	sunpoet

Modified:
  head/net/wireshark/Makefile

Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile	Sat May  4 22:00:26 2013	(r317371)
+++ head/net/wireshark/Makefile	Sat May  4 22:00:55 2013	(r317372)
@@ -53,7 +53,8 @@ MAN1+=			$x.1
 .endfor
 
 .if !defined(LITE)
-OPTIONS_DEFINE=		RTP SNMP ADNS PCRE IPV6 GEOIP LUA CARES GSSAPI X11
+OPTIONS_DEFINE=		RTP SNMP ADNS PCRE IPV6 GEOIP LUA CARES GSSAPI X11 \
+			GNUTLS GCRYPT THREADS
 OPTIONS_DEFAULT=	SNMP ADNS PCRE IPV6 GEOIP GSSAPI X11
 
 RTP_DESC=		Enable support for playing back RTP streams


More information about the svn-ports-all mailing list