Modified: trunk/dports/python/py-pyphant-statistics/Portfile (117372 => 117373)
--- trunk/dports/python/py-pyphant-statistics/Portfile 2014-02-24 16:15:57 UTC (rev 117372)
+++ trunk/dports/python/py-pyphant-statistics/Portfile 2014-02-24 16:19:05 UTC (rev 117373)
@@ -7,11 +7,11 @@
name py-pyphant-statistics
version 1.0b2
categories-append science
-description statistics toolbox for pyphant
+description statistics toolbox for py-pyphant
maintainers fmf.uni-freiburg.de:servicegruppe.wissinfo \
fmf.uni-freiburg.de:alexander.held rowue
long_description This toolbox provides the histogram worker which enables \
- the pyphant framework to obtain histograms from \
+ the py-pyphant framework to obtain histograms from \
array-like data.
homepage http://www.fmf.uni-freiburg.de/service/servicegruppen/sg_wissinfo/projekte/Pyphant
@@ -33,4 +33,7 @@
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
}