Modified: trunk/dports/net/wireshark/Portfile (89675 => 89676)
--- trunk/dports/net/wireshark/Portfile 2012-02-06 15:17:35 UTC (rev 89675)
+++ trunk/dports/net/wireshark/Portfile 2012-02-06 16:34:03 UTC (rev 89676)
@@ -101,6 +101,7 @@
}
variant lua {
+ configure.args-delete --without-lua
configure.args-append --with-lua=${prefix}
depends_lib-append port:lua
}
@@ -130,7 +131,7 @@
}
variant python27 description {use python27 for the experimental python interface} conflicts python25 python26 {
- configure.args-append --with-python=${prefix}
+ configure.args-append --with-python=${prefix}/lib/wireshark/python/${version}
configure.args-delete --without-python
depends_lib-append port:python27
}