Revision: 104702 https://trac.macports.org/changeset/104702 Author: jeremyhu@macports.org Date: 2013-03-31 18:48:41 -0700 (Sun, 31 Mar 2013) Log Message: ----------- py-pysvn: Fix +universal build Modified Paths: -------------- trunk/dports/python/py-pysvn/Portfile Modified: trunk/dports/python/py-pysvn/Portfile =================================================================== --- trunk/dports/python/py-pysvn/Portfile 2013-04-01 01:18:27 UTC (rev 104701) +++ trunk/dports/python/py-pysvn/Portfile 2013-04-01 01:48:41 UTC (rev 104702) @@ -34,6 +34,7 @@ worksrcdir ${worksrcdir}/Source use_configure yes + configure.universal_args-delete --disable-dependency-tracking pre-configure { system "cd ${worksrcpath} && ${python.bin} setup.py backport"