Modified: trunk/dports/net/avahi/Portfile (100887 => 100888)
--- trunk/dports/net/avahi/Portfile 2012-12-31 05:16:04 UTC (rev 100887)
+++ trunk/dports/net/avahi/Portfile 2012-12-31 05:18:42 UTC (rev 100888)
@@ -5,7 +5,7 @@
name avahi
version 0.6.31
-revision 4
+revision 5
categories net devel
maintainers pixilla openmaintainer
license LGPL-2.1+
@@ -132,6 +132,12 @@
configure.args-delete --disable-gtk
}
+variant qt4 description {Build with Qt4} {
+ depends_lib-append port:qt4-mac
+
+ configure.args-delete --disable-qt4
+}
+
variant python25 conflicts python26 python27 description {Use python 2.5} {
configure.python ${prefix}/bin/python2.5