ports/177563: [PATCH]: net/wireshark Fix typo in Makefile

Maxim Samsonov xors at mailup.net
Mon Apr 1 20:40:01 UTC 2013


>Number:         177563
>Category:       ports
>Synopsis:       [PATCH]: net/wireshark Fix typo in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 01 20:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Samsonov
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
>Environment:
>Description:
Fix typo in Makefile.
>How-To-Repeat:
>Fix:
--- net_wireshark.patch begins here ---
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -127,7 +127,7 @@
 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
--- net_wireshark.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list