View | Details | Raw Unified | Return to bug 145787
Collapse All | Expand All

(-)net/wireshark/Makefile (+8 lines)
Lines 68-73 USE_XORG= x11 Link Here
68
OPTIONS=	RTP "Enable support for playing back RTP streams" off \
68
OPTIONS=	RTP "Enable support for playing back RTP streams" off \
69
		SNMP "Enable SNMP OID translation support" on \
69
		SNMP "Enable SNMP OID translation support" on \
70
		ADNS "Enable asynchronous DNS lookup support" on \
70
		ADNS "Enable asynchronous DNS lookup support" on \
71
		CARES "Asynchronous DNS resolution via c-ares" off \
71
		PCRE "Enable regular expression matching support" on \
72
		PCRE "Enable regular expression matching support" on \
72
		IPV6 "Enable IPv6 support" on \
73
		IPV6 "Enable IPv6 support" on \
73
		GEOIP "Enable GeoIP lookups" on \
74
		GEOIP "Enable GeoIP lookups" on \
Lines 141-146 CONFIGURE_ARGS+= --with-adns=${LOCALBASE Link Here
141
CONFIGURE_ARGS+=	--with-adns=no
142
CONFIGURE_ARGS+=	--with-adns=no
142
.endif
143
.endif
143
144
145
.if !defined(WITHOUT_CARES) && !defined(LITE)
146
LIB_DEPENDS+=	cares.2:${PORTSDIR}/dns/c-ares
147
CONFIGURE_ARGS+=	--with-c-ares=${LOCALBASE}/lib
148
.else
149
CONFIGURE_ARGS+=	--with-c-ares=no
150
.endif
151
144
.if !defined(WITHOUT_GEOIP) && !defined(LITE)
152
.if !defined(WITHOUT_GEOIP) && !defined(LITE)
145
LIB_DEPENDS+=	GeoIP.5:${PORTSDIR}/net/GeoIP
153
LIB_DEPENDS+=	GeoIP.5:${PORTSDIR}/net/GeoIP
146
CONFIGURE_ARGS+=	--with-geoip=${LOCALBASE}/lib
154
CONFIGURE_ARGS+=	--with-geoip=${LOCALBASE}/lib

Return to bug 145787