[92543] trunk/dports/python/py-progressbar/Portfile

jmr at macports.org jmr at macports.org
Mon Apr 30 20:01:19 PDT 2012


Revision: 92543
          https://trac.macports.org/changeset/92543
Author:   jmr at 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}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120430/2c105dd2/attachment-0001.html>


More information about the macports-changes mailing list