[92543] trunk/dports/python/py-progressbar/Portfile
Revision: 92543 https://trac.macports.org/changeset/92543 Author: jmr@macports.org Date: 2012-04-30 20:01:18 -0700 (Mon, 30 Apr 2012) Log Message: ----------- py-progressbar: needs distribute for all python versions, but only at build time Modified Paths: -------------- trunk/dports/python/py-progressbar/Portfile Modified: trunk/dports/python/py-progressbar/Portfile =================================================================== --- trunk/dports/python/py-progressbar/Portfile 2012-05-01 01:00:14 UTC (rev 92542) +++ trunk/dports/python/py-progressbar/Portfile 2012-05-01 03:01:18 UTC (rev 92543) @@ -30,9 +30,7 @@ sha256 00a316c1a99b70a803d7430fd088da24f37dbfb64f81c4772b97fbc1e8031de4 if {${name} != ${subport}} { - if {${python.version} == 27} { - depends_lib port:py${python.version}-distribute - } + depends_build port:py${python.version}-distribute post-destroot { set docdir ${prefix}/share/doc/${subport}
participants (1)
-
jmr@macports.org