[107149] trunk/dports/python/py-baker/Portfile

jmr at macports.org jmr at macports.org
Wed Jun 19 13:48:20 PDT 2013


Revision: 107149
          https://trac.macports.org/changeset/107149
Author:   jmr at macports.org
Date:     2013-06-19 13:48:20 -0700 (Wed, 19 Jun 2013)
Log Message:
-----------
py-baker: fix setuptools dep type

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

Modified: trunk/dports/python/py-baker/Portfile
===================================================================
--- trunk/dports/python/py-baker/Portfile	2013-06-19 20:33:12 UTC (rev 107148)
+++ trunk/dports/python/py-baker/Portfile	2013-06-19 20:48:20 UTC (rev 107149)
@@ -24,7 +24,7 @@
                     sha256  2d81e99af7d7d6441297a0c13de023fe3f1510718e89d2baacea917ee09d154d
 
 if {${name} != ${subport}} {
-    depends_lib-append	port:py${python.version}-setuptools
+    depends_build       port:py${python.version}-setuptools
     distname            ${my_name}-${version}
     livecheck.type      none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130619/1055a5c4/attachment.html>


More information about the macports-changes mailing list