Bug 177563 - [PATCH]: net/wireshark Fix typo in Makefile
Summary: [PATCH]: net/wireshark Fix typo in Makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-01 21:40 UTC by Maxim Samsonov
Modified: 2013-04-28 23:50 UTC (History)
0 users

See Also:


Attachments
net_wireshark.patch (369 bytes, patch)
2013-04-01 21:40 UTC, Maxim Samsonov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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"