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

snc at macports.org snc at macports.org
Sun Feb 19 20:44:20 PST 2012


Revision: 90040
          http://trac.macports.org/changeset/90040
Author:   snc at macports.org
Date:     2012-02-19 20:44:18 -0800 (Sun, 19 Feb 2012)
Log Message:
-----------
py-progressbar: missing py27 dependency

Modified Paths:
--------------
    trunk/dports/python/py-progressbar/Portfile

Modified: trunk/dports/python/py-progressbar/Portfile
===================================================================
--- trunk/dports/python/py-progressbar/Portfile	2012-02-20 04:29:04 UTC (rev 90039)
+++ trunk/dports/python/py-progressbar/Portfile	2012-02-20 04:44:18 UTC (rev 90040)
@@ -30,6 +30,10 @@
                     sha256  00a316c1a99b70a803d7430fd088da24f37dbfb64f81c4772b97fbc1e8031de4
 
 if {${name} != ${subport}} {
+    if {${python.version} == 27} {
+        depends_lib     port:py${python.version}-distribute
+    }
+
     post-destroot {
         set docdir ${prefix}/share/doc/${subport}
         xinstall -d ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120219/d336a0e1/attachment.html>


More information about the macports-changes mailing list