svn commit: r316765 - head/net/wireshark

Joe Marcus Clarke marcus at FreeBSD.org
Sun Apr 28 22:44:46 UTC 2013


Author: marcus
Date: Sun Apr 28 22:44:46 2013
New Revision: 316765
URL: http://svnweb.freebsd.org/changeset/ports/316765

Log:
  Correct a typo.
  
  PR:		177563
  Submitted by:	Maxim Samsonov <xors at mailup.net>

Modified:
  head/net/wireshark/Makefile

Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile	Sun Apr 28 22:38:35 2013	(r316764)
+++ head/net/wireshark/Makefile	Sun Apr 28 22:44:46 2013	(r316765)
@@ -127,7 +127,7 @@ CONFIGURE_ARGS+=	--with-libsmi=${LOCALBA
 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


More information about the svn-ports-head mailing list