diff --git a/python/py-wxpython-4.0/Portfile b/python/py-wxpython-4.0/Portfile index 8dcabffb77e5c..debc94f47d722 100644 --- a/python/py-wxpython-4.0/Portfile +++ b/python/py-wxpython-4.0/Portfile @@ -7,7 +7,7 @@ name py-wxpython-4.0 python.rootname wxPython # check kicad's version before updating version 4.2.2 -revision 0 +revision 1 categories-append graphics devel license wxwidgets-3.1 @@ -43,18 +43,18 @@ if {${name} ne ${subport}} { build_py.patch depends_build-append \ + port:py${python.version}-cython \ + port:py${python.version}-requests \ port:py${python.version}-setuptools \ - port:py${python.version}-requests + port:py${python.version}-sip + depends_lib-append \ port:tiff depends_run-append \ port:py${python.version}-numpy \ - port:py${python.version}-pillow \ - port:py${python.version}-six \ - port:py${python.version}-sip \ - port:py${python.version}-pathlib2 + port:py${python.version}-Pillow set wxpython_options "--no_magic --release --python ${python.bin} --osx_cocoa --nodoc --prefix=${python.prefix}" build {