Ticket #29443: variant-qt4-Portfile.diff
File variant-qt4-Portfile.diff, 1.2 KB (added by pixilla (Bradley Giesbrecht), 13 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 PortGroup archcheck 1.0 6 6 PortGroup xcodeversion 1.0 7 if {[variant_isset qt4]} { 8 PortGroup qt4 1.0 9 } 7 10 8 11 name graphviz 9 12 conflicts graphviz-devel … … 89 92 --without-glade \ 90 93 --without-gnomeui \ 91 94 --without-ming \ 95 --without-qt \ 92 96 --without-quartz \ 93 97 --disable-swig \ 94 98 --disable-sharp \ … … 276 280 configure.args-append --with-ming 277 281 } 278 282 283 284 variant qt4 description {Use qt4-mac} { 285 configure.args-delete --without-qt 286 } 287 279 288 variant no_pangocairo description {Remove pangocairo support (no antialiased bitmapped output; no PDF output)} { 280 289 depends_lib-delete path:lib/pkgconfig/pango.pc:pango 281 290 archcheck.files-delete lib/libpango-1.0.dylib