Ticket #26984: root_Portfile.diff
File root_Portfile.diff, 538 bytes (added by michaelld (Michael Dickens), 14 years ago) |
---|
-
Portfile
178 178 depends_lib-append port:qt4-x11 179 179 } 180 180 181 if {[variant_isset qt_mac]} { 182 PortGroup qt4 1.0 183 } 184 181 185 variant qt_mac conflicts qt_x11 description {Builds port with Qt support via Mac UI} { 182 PortGroup qt4 1.0183 186 post-patch { 184 187 # fix where "qglobal.h" is found in all files that use or reference it 185 188 foreach tpf { configure graf2d/qt/src/TGQt.cxx } {