Ticket #38864: patch-avahi-ui-gtk3.diff
File patch-avahi-ui-gtk3.diff, 888 bytes (added by dbevans (David B. Evans), 11 years ago) |
---|
-
Portfile
old new 6 6 7 7 name avahi 8 8 version 0.6.31 9 revision 89 revision 9 10 10 categories net devel 11 11 maintainers pixilla openmaintainer 12 12 license LGPL-2.1+ … … 131 131 configure.args-delete --disable-gtk 132 132 } 133 133 134 variant gtk3 description {Build with GTK3} { 135 depends_lib-append port:gtk3 136 137 configure.args-delete --disable-gtk3 138 } 139 134 140 variant qt4 description {Build with Qt4} { 135 141 depends_lib-append port:qt4-mac 136 142 … … 178 184 require_active_variants gtk2 quartz x11 179 185 } 180 186 181 default_variants +gtk 187 default_variants +gtk +gtk3 188 182 189 if {![variant_isset python25] && ![variant_isset python26]} { 183 190 default_variants-append +python27 184 191 }