Date: Tue, 2 Apr 2013 00:31:07 +0400 (MSK) From: Maxim Samsonov <xors@mailup.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/177563: [PATCH]: net/wireshark Fix typo in Makefile Message-ID: <201304012031.r31KV7LB089323@oak.spinney.org> Resent-Message-ID: <201304012040.r31Ke0mJ078767@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304012031.r31KV7LB089323>