svn commit: r490320 - head/net/wireshark

Joe Marcus Clarke marcus at FreeBSD.org
Mon Jan 14 23:25:36 UTC 2019


Author: marcus
Date: Mon Jan 14 23:25:34 2019
New Revision: 490320
URL: https://svnweb.freebsd.org/changeset/ports/490320

Log:
  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 at hotmail.com>

Modified:
  head/net/wireshark/Makefile

Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile	Mon Jan 14 22:58:06 2019	(r490319)
+++ head/net/wireshark/Makefile	Mon Jan 14 23:25:34 2019	(r490320)
@@ -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 \


More information about the svn-ports-all mailing list