Ticket #46585: py-pyface_Portfile.diff
File py-pyface_Portfile.diff, 1.3 KB (added by jjstickel (Jonathan Stickel), 10 years ago) |
---|
-
Portfile
old new 31 31 depends_build-append port:py${python.version}-setuptools 32 32 depends_lib-append port:py${python.version}-traits 33 33 34 variant wxpython30 conflicts wxpython28 description "Use wxWidgets-3.0 (cocoa) backend (experimental)" {34 variant wxpython30 description "Use wxWidgets-3.0 backend" { 35 35 depends_lib-append port:py${python.version}-wxpython-3.0 36 notes-append "Warning: wxpython-3.0 is not fully compatible with pyface, but the wxpython30 variant exists for testing and future use.\n"36 notes-append "Warning: wxpython-3.0 mostly works with Enthought packages, but qt4 is recommended.\n" 37 37 } 38 38 39 variant wxpython28 conflicts wxpython30 description "Use wxWidgets-2.8 (gtk or carbon) backend" {40 depends_lib-append port:py${python.version}-wxpython-2.841 }42 39 43 40 variant pyqt4 description "Qt backend using PyQt4" { 44 41 # Can use either py*-pyqt4 or py*-pyqt4-devel. … … 49 46 depends_lib-append port:py${python.version}-pyside 50 47 } 51 48 52 if {![variant_isset wxpython30] && ![variant_isset wxpython28] && ![variant_issetpyqt4] && ![variant_isset pyside]} {49 if {![variant_isset wxpython30] && ![variant_isset pyqt4] && ![variant_isset pyside]} { 53 50 default_variants +pyqt4 54 51 } 55 52