Ticket #29443: variant-qt4-Portfile.diff

File variant-qt4-Portfile.diff, 1.2 KB (added by pixilla (Bradley Giesbrecht), 13 years ago)
  • Portfile

     
    44PortSystem                      1.0
    55PortGroup                       archcheck 1.0
    66PortGroup                       xcodeversion 1.0
     7if {[variant_isset qt4]} {
     8    PortGroup                   qt4 1.0
     9}
    710
    811name                            graphviz
    912conflicts                       graphviz-devel
     
    8992                                --without-glade \
    9093                                --without-gnomeui \
    9194                                --without-ming \
     95                                --without-qt \
    9296                                --without-quartz \
    9397                                --disable-swig \
    9498                                --disable-sharp \
     
    276280    configure.args-append       --with-ming
    277281}
    278282
     283
     284variant qt4 description {Use qt4-mac} {
     285    configure.args-delete       --without-qt
     286}
     287
    279288variant no_pangocairo description {Remove pangocairo support (no antialiased bitmapped output; no PDF output)} {
    280289    depends_lib-delete          path:lib/pkgconfig/pango.pc:pango
    281290    archcheck.files-delete      lib/libpango-1.0.dylib