[99778] trunk/dports/python/py-robotframework-ride/Portfile
Ryan Schmidt
ryandesign at macports.org
Sun Nov 18 01:19:14 PST 2012
On Nov 17, 2012, at 06:34, jwa at macports.org wrote:
> Revision: 99778
> https://trac.macports.org/changeset/99778
> Author: jwa at macports.org
> Date: 2012-11-17 04:34:47 -0800 (Sat, 17 Nov 2012)
> Log Message:
> -----------
> py-robotframework-ride: version bump to 0.52.2, add dependency to wxpython30 to enable build on 10.8., on which software doesn't quite work yet, however
>
> Modified Paths:
> --------------
> trunk/dports/python/py-robotframework-ride/Portfile
> + platform darwin 12 {
> + configure.build_arch x86_64
> + depends_lib-delete port:py${python.version}-wxpython
> + depends_lib-append port:py${python.version}-wxpython30
> + }
You should probably set "supported_archs x86_64" instead of setting configure.build_arch directly.
More information about the macports-dev
mailing list