Revision: 99194 http://trac.macports.org//changeset/99194 Author: ricci@macports.org Date: 2012-10-29 08:51:54 -0700 (Mon, 29 Oct 2012) Log Message: ----------- wireshark: add dependency on port:kerberos5 to resolve #36736 Modified Paths: -------------- trunk/dports/net/wireshark/Portfile Modified: trunk/dports/net/wireshark/Portfile =================================================================== --- trunk/dports/net/wireshark/Portfile 2012-10-29 15:47:34 UTC (rev 99193) +++ trunk/dports/net/wireshark/Portfile 2012-10-29 15:51:54 UTC (rev 99194) @@ -3,7 +3,7 @@ PortSystem 1.0 name wireshark version 1.8.3 -revision 1 +revision 2 categories net license {GPL-2 GPL-3} maintainers darkart.com:opendarwin.org @@ -43,6 +43,7 @@ port:openssl \ port:portaudio \ port:libpcap \ + port:kerberos5 \ port:zlib configure.args \ @@ -61,7 +62,8 @@ --mandir=\\\${prefix}/share/man \ --infodir=\\\${prefix}/share/info \ --with-portaudio=${prefix} \ - --disable-warnings-as-errors + --disable-warnings-as-errors \ + --with-krb5=${prefix} configure.ldflags-append "-Wl,-search_paths_first"
participants (1)
-
ricci@macports.org