Revision: 117372 https://trac.macports.org/changeset/117372 Author: rowue@macports.org Date: 2014-02-24 08:15:57 -0800 (Mon, 24 Feb 2014) Log Message: ----------- py-pyphant-osc: added missing dependencies Modified Paths: -------------- trunk/dports/python/py-pyphant-osc/Portfile Modified: trunk/dports/python/py-pyphant-osc/Portfile =================================================================== --- trunk/dports/python/py-pyphant-osc/Portfile 2014-02-24 16:09:45 UTC (rev 117371) +++ trunk/dports/python/py-pyphant-osc/Portfile 2014-02-24 16:15:57 UTC (rev 117372) @@ -9,7 +9,7 @@ categories-append science maintainers fmf.uni-freiburg.de:servicegruppe.wissinfo \ fmf.uni-freiburg.de:alexander.held rowue -description organic solar cells toolbox for pyphant +description organic solar cells toolbox for py-pyphant long_description This Toolbox offers various workers for the \ analysis of organic solar cells. It is joined \ work with Kristian O. Sylvester-Hvid from the \ @@ -38,4 +38,8 @@ if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools + depends_lib port:py${python.version}-pyphant \ + port:py${python.version}-numpy \ + port:py${python.version}-scipy \ + port:py${python.version}-matplotlib }