[92896] trunk/dports/python/py-redis/Portfile

stromnov at macports.org stromnov at macports.org
Thu May 10 06:41:47 PDT 2012


Revision: 92896
          https://trac.macports.org/changeset/92896
Author:   stromnov at macports.org
Date:     2012-05-10 06:41:47 -0700 (Thu, 10 May 2012)
Log Message:
-----------
py-redis: fix depends

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

Modified: trunk/dports/python/py-redis/Portfile
===================================================================
--- trunk/dports/python/py-redis/Portfile	2012-05-10 13:39:24 UTC (rev 92895)
+++ trunk/dports/python/py-redis/Portfile	2012-05-10 13:41:47 UTC (rev 92896)
@@ -28,7 +28,7 @@
 python.default_version 27
 
 if {$subport != $name} {
-    depends_lib     port:py${python.version}-distribute
+    depends_lib-append  port:py${python.version}-distribute
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120510/980f5fbb/attachment.html>


More information about the macports-changes mailing list