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

(-)b/net/wireshark/Makefile (-1 / +1 lines)
Lines 127-133 Link Here
127
CONFIGURE_ARGS+=	--with-libsmi=no
127
CONFIGURE_ARGS+=	--with-libsmi=no
128
.endif
128
.endif
129
129
130
.if ${PORT_OPTIONS:MADNS}) && !defined(LITE)
130
.if ${PORT_OPTIONS:MADNS} && !defined(LITE)
131
LIB_DEPENDS+=	adns:${PORTSDIR}/dns/adns
131
LIB_DEPENDS+=	adns:${PORTSDIR}/dns/adns
132
CONFIGURE_ARGS+=	--with-adns=${LOCALBASE}/lib
132
CONFIGURE_ARGS+=	--with-adns=${LOCALBASE}/lib
133
.else
133
.else

Return to bug 177563