aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireshark/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r--net/wireshark/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 5899864c436..31706ebddb6 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -127,7 +127,7 @@ WIRESHARK_LIBS+=${PTHREAD_LIBS}
CONFIGURE_ARGS+=--without-portaudio
.endif
-.if !defined(WITHOUT_SMI) && !defined(LITE)
+.if !defined(WITHOUT_SNMP) && !defined(LITE)
LIB_DEPENDS+= smi.2:${PORTSDIR}/net-mgmt/libsmi
CONFIGURE_ARGS+= --with-libsmi=${LOCALBASE}
.else