[100888] trunk/dports/net/avahi/Portfile

pixilla at macports.org pixilla at macports.org
Sun Dec 30 21:18:42 PST 2012


Revision: 100888
          https://trac.macports.org/changeset/100888
Author:   pixilla at macports.org
Date:     2012-12-30 21:18:42 -0800 (Sun, 30 Dec 2012)
Log Message:
-----------
net/avahi:
- Add qt4 variant. Closes #37436

Modified Paths:
--------------
    trunk/dports/net/avahi/Portfile

Modified: trunk/dports/net/avahi/Portfile
===================================================================
--- 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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121230/c8df53dd/attachment.html>


More information about the macports-changes mailing list