[99194] trunk/dports/net/wireshark/Portfile

ricci at macports.org ricci at macports.org
Mon Oct 29 08:51:54 PDT 2012


Revision: 99194
          http://trac.macports.org//changeset/99194
Author:   ricci at 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"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121029/80e1857e/attachment.html>


More information about the macports-changes mailing list