splash: in hdf5 variant, depend on hdf5-18 not hdf5 to fix a build failure (#36316)
--- trunk/dports/science/splash/Portfile 2012-10-02 20:25:52 UTC (rev 98310)
+++ trunk/dports/science/splash/Portfile 2012-10-02 20:38:46 UTC (rev 98311)
@@ -73,7 +73,7 @@
variant hdf5 description {compiles data reads that depend on HDF5} {
build.args-append gadgethdf5 HDF5ROOT=${prefix}
- depends_lib-append port:hdf5
+ depends_lib-append port:hdf5-18
}
variant h5part description {compiles H5Part data read} {