Ticket #37436: Portfile.diff
File Portfile.diff, 705 bytes (added by pvanek@…, 12 years ago) |
---|
-
Portfile
5 5 6 6 name avahi 7 7 version 0.6.31 8 revision 48 revision 5 9 9 categories net devel 10 10 maintainers pixilla openmaintainer 11 11 license LGPL-2.1+ … … 132 132 configure.args-delete --disable-gtk 133 133 } 134 134 135 variant qt4 description {Build with Qt4} { 136 depends_lib-append port:qt4-mac 137 138 configure.args-delete --disable-qt4 139 } 140 135 141 variant python25 conflicts python26 python27 description {Use python 2.5} { 136 142 configure.python ${prefix}/bin/python2.5 137 143