[106134] trunk/dports/python/py-virtualenv-clone/Portfile

larryv at macports.org larryv at macports.org
Wed May 15 14:22:47 PDT 2013


Revision: 106134
          https://trac.macports.org/changeset/106134
Author:   larryv at macports.org
Date:     2013-05-15 14:22:47 -0700 (Wed, 15 May 2013)
Log Message:
-----------
py*-virtualenv-clone: Fix incorrect port specification.

Modified Paths:
--------------
    trunk/dports/python/py-virtualenv-clone/Portfile

Modified: trunk/dports/python/py-virtualenv-clone/Portfile
===================================================================
--- trunk/dports/python/py-virtualenv-clone/Portfile	2013-05-15 21:10:30 UTC (rev 106133)
+++ trunk/dports/python/py-virtualenv-clone/Portfile	2013-05-15 21:22:47 UTC (rev 106134)
@@ -28,7 +28,7 @@
 python.versions     25 26 27 31 32 33
 
 if {${name} != ${subport}} {
-    depends_build   py${python.version}-distribute
+    depends_build   port:py${python.version}-distribute
     livecheck.type  none
 } else {
     livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130515/8d1b1f1e/attachment.html>


More information about the macports-changes mailing list