Modified: trunk/dports/python/py-pandas/Portfile (105604 => 105605)
--- trunk/dports/python/py-pandas/Portfile 2013-04-27 12:56:00 UTC (rev 105604)
+++ trunk/dports/python/py-pandas/Portfile 2013-04-27 12:59:30 UTC (rev 105605)
@@ -33,11 +33,11 @@
port:py${python.version}-distribute \
port:py${python.version}-scipy \
port:py${python.version}-bottleneck \
+ port:py${python.version}-numexpr \
port:py${python.version}-tz
if {$subport == "py26-pandas" || $subport == "py27-pandas" } {
- depends_lib-append port:py${python.version}-numexpr \
- port:py${python.version}-tables \
+ depends_lib-append port:py${python.version}-tables \
port:py${python.version}-matplotlib
}