Ticket #40207: py-pyface_Portfile.diff

File py-pyface_Portfile.diff, 838 bytes (added by jjstickel (Jonathan Stickel), 11 years ago)
  • python/py-pyface/Portfile

    old new  
    3030    depends_lib-append      port:py${python.version}-traits
    3131}
    3232
    33 variant wx description {Use wxWidgets backend} {
    34     if {$subport != $name} {
    35         depends_lib-append      port:py${python.version}-wxpython
    36     }
    37 }
     33# removing wx variant until wxwidgets/wxpython mess gets sorted out; see ticke
     34# 38375, JJS 8/2/13
     35# variant wx description {Use wxWidgets backend} {
     36#     if {$subport != $name} {
     37#         depends_lib-append      port:py${python.version}-wxpython
     38#     }
     39# }
    3840
    3941variant pyqt4 conflicts pyside description "Qt backend using PyQt4" {
    4042    if {$subport != $name} {