Ticket #26984: root_Portfile.diff

File root_Portfile.diff, 538 bytes (added by michaelld (Michael Dickens), 14 years ago)

"svn diff" of 'root' Portfile

  • Portfile

     
    178178    depends_lib-append      port:qt4-x11
    179179}
    180180
     181if {[variant_isset qt_mac]} {
     182    PortGroup qt4 1.0
     183}
     184
    181185variant qt_mac conflicts qt_x11 description {Builds port with Qt support via Mac UI} {
    182     PortGroup qt4 1.0
    183186    post-patch {
    184187        # fix where "qglobal.h" is found in all files that use or reference it
    185188        foreach tpf { configure graf2d/qt/src/TGQt.cxx } {