aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2019-01-14 23:25:34 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2019-01-14 23:25:34 +0000
commitb11665cca7f875926b09fb010fa5ad1ec9740230 (patch)
tree27bf8fb34e5ec98a7f2794db78b42055f5e42776 /net/wireshark
parent7162273c5821d5da3521bfca6c543fc4c9361411 (diff)
downloadports-b11665cca7f875926b09fb010fa5ad1ec9740230.tar.gz
ports-b11665cca7f875926b09fb010fa5ad1ec9740230.zip
Correct a typo with s/LIBS/LIB_DEPENDS/
This was an issue with me needing to manually merge the previously submitted diff. Reported by: Tatsuki Makino <tatsuki_makino@hotmail.com>
Notes
Notes: svn path=/head/; revision=490320
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index a01ec701ee35..a4004c352659 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -101,7 +101,7 @@ KRB_MIT_USES= gssapi:mit
RTP_LIB_DEPENDS= libportaudio.so:audio/portaudio \
libspandsp.so:comms/spandsp
RTP_CPPFLAGS= -I${LOCALBASE}/include
-MAXMIND_LIBS= libmaxminddb.so:net/libmaxminddb
+MAXMIND_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb
SNMP_LIB_DEPENDS= libsmi.so:net-mgmt/libsmi
CARES_LIB_DEPENDS= libcares.so:dns/c-ares
DECRYPT_LIB_DEPENDS= libgnutls.so:security/gnutls \