Bug 177563

Summary: [PATCH]: net/wireshark Fix typo in Makefile
Product: Ports & Packages Reporter: Maxim Samsonov <xors>
Component: Individual Port(s)Assignee: Joe Marcus Clarke <marcus>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
net_wireshark.patch none

Description Maxim Samsonov 2013-04-01 21:40:00 UTC
Fix typo in Makefile.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-01 21:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marcus

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2013-04-28 23:44:52 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-04-28 23:44:58 UTC
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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"