aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/wireshark/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index ddef89d0d722..2509678419cb 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -127,7 +127,7 @@ CONFIGURE_ARGS+= --with-libsmi=${LOCALBASE}
CONFIGURE_ARGS+= --with-libsmi=no
.endif
-.if ${PORT_OPTIONS:MADNS}) && !defined(LITE)
+.if ${PORT_OPTIONS:MADNS} && !defined(LITE)
LIB_DEPENDS+= adns:${PORTSDIR}/dns/adns
CONFIGURE_ARGS+= --with-adns=${LOCALBASE}/lib
.else