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 30 30 depends_lib-append port:py${python.version}-traits 31 31 } 32 32 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 # } 38 40 39 41 variant pyqt4 conflicts pyside description "Qt backend using PyQt4" { 40 42 if {$subport != $name} {