Revision
71077
Author
ryandesign@macports.org
Date
2010-08-31 14:02:46 -0700 (Tue, 31 Aug 2010)

Log Message

wireshark-devel: incorporate changes from wireshark r71071

Modified Paths

Diff

Modified: trunk/dports/net/wireshark-devel/Portfile (71076 => 71077)


--- trunk/dports/net/wireshark-devel/Portfile	2010-08-31 19:19:24 UTC (rev 71076)
+++ trunk/dports/net/wireshark-devel/Portfile	2010-08-31 21:02:46 UTC (rev 71077)
@@ -38,7 +38,7 @@
                 port:zlib \
                 port:xorg-inputproto
 
-configure.args  --enable-gtk2 \
+configure.args  \
                 --disable-usr-local \
                 --without-adns \
                 --with-c-ares=${prefix} \
@@ -51,6 +51,7 @@
                 --infodir=\\\${prefix}/share/info \
                 --without-portaudio \
                 --disable-warnings-as-errors \
+                --without-gnutls \
                 --enable-new-packet-list
 
 configure.ldflags-append "-Wl,-search_paths_first"
@@ -68,7 +69,7 @@
 }
 
 variant gnutls {
-        configure.args-append   --with-libgnutls-prefix=${prefix}
+        configure.args-append   --with-gnutls=yes
         depends_lib-append      port:gnutls
 }