Revision: 72841 http://trac.macports.org/changeset/72841 Author: blair@macports.org Date: 2010-10-28 11:13:44 -0700 (Thu, 28 Oct 2010) Log Message: ----------- Add a build depends on py2*-distribute to py2*-anyjson. Resolves #26981. Modified Paths: -------------- trunk/dports/python/py25-anyjson/Portfile trunk/dports/python/py26-anyjson/Portfile Modified: trunk/dports/python/py25-anyjson/Portfile =================================================================== --- trunk/dports/python/py25-anyjson/Portfile 2010-10-28 18:09:58 UTC (rev 72840) +++ trunk/dports/python/py25-anyjson/Portfile 2010-10-28 18:13:44 UTC (rev 72841) @@ -21,6 +21,8 @@ sha1 9e0adb75ac2d316c7da4755ef078b4c78fe7abf5 \ rmd160 7826be0e8133daf182cfe1c039b879612ce67f29 +depends_build-append port:py25-distribute + # Depend upon cjson so that the best JSON module can be used. depends_lib-append port:py25-cjson Modified: trunk/dports/python/py26-anyjson/Portfile =================================================================== --- trunk/dports/python/py26-anyjson/Portfile 2010-10-28 18:09:58 UTC (rev 72840) +++ trunk/dports/python/py26-anyjson/Portfile 2010-10-28 18:13:44 UTC (rev 72841) @@ -21,6 +21,8 @@ sha1 9e0adb75ac2d316c7da4755ef078b4c78fe7abf5 \ rmd160 7826be0e8133daf182cfe1c039b879612ce67f29 +depends_build-append port:py26-distribute + # Depend upon cjson so that the best JSON module can be used. depends_lib-append port:py26-cjson