diff options
author | marcus <marcus@FreeBSD.org> | 2008-02-05 14:02:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-02-05 14:02:20 +0800 |
commit | 6c5d9eabb2043d5bede4faff7faf94a8c39048c2 (patch) | |
tree | 0ff2275177af4f9b2352b7912d38850e58880690 | |
parent | 99960fad3d67ea4a161a9cec2dc8e88589765fb8 (diff) | |
download | freebsd-ports-gnome-6c5d9eabb2043d5bede4faff7faf94a8c39048c2.tar.gz freebsd-ports-gnome-6c5d9eabb2043d5bede4faff7faf94a8c39048c2.tar.zst freebsd-ports-gnome-6c5d9eabb2043d5bede4faff7faf94a8c39048c2.zip |
Revert the OPTION name change from SNMP to SMI, and set it back to SNMP.
PR: 119013
-rw-r--r-- | net/wireshark/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 5899864c436d..31706ebddb68 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 |