Revision: 118174 https://trac.macports.org/changeset/118174 Author: devans@macports.org Date: 2014-03-24 12:38:35 -0700 (Mon, 24 Mar 2014) Log Message: ----------- py-epsilon: add missing build dep. Modified Paths: -------------- trunk/dports/python/py-epsilon/Portfile Modified: trunk/dports/python/py-epsilon/Portfile =================================================================== --- trunk/dports/python/py-epsilon/Portfile 2014-03-24 19:00:54 UTC (rev 118173) +++ trunk/dports/python/py-epsilon/Portfile 2014-03-24 19:38:35 UTC (rev 118174) @@ -33,8 +33,9 @@ if {${name} ne ${subport}} { - depends_lib-append port:py${python.version}-twisted \ - port:py${python.version}-openssl + depends_build-append port:py${python.version}-setuptools + depends_lib-append port:py${python.version}-twisted \ + port:py${python.version}-openssl } livecheck.type regex
participants (1)
-
devans@macports.org