python/py-tables: Fix to find openMPI headers (they're in include/openmpi). Resolves #34685
--- trunk/dports/python/py-tables/Portfile 2012-06-04 09:53:32 UTC (rev 93908)
+++ trunk/dports/python/py-tables/Portfile 2012-06-04 10:43:42 UTC (rev 93909)
@@ -31,6 +31,9 @@
--bzip2=${prefix} \
--lzo=${prefix}
+ compiler.cpath-append \
+ ${prefix}/include/openmpi
+
destroot.args --hdf5=${prefix} \
--bzip2=${prefix} \
--lzo=${prefix}