Modified: trunk/dports/science/hdf5-18/Portfile (76424 => 76425)
--- trunk/dports/science/hdf5-18/Portfile 2011-02-22 23:14:37 UTC (rev 76424)
+++ trunk/dports/science/hdf5-18/Portfile 2011-02-22 23:35:50 UTC (rev 76425)
@@ -54,11 +54,6 @@
test.run yes
test.target check
-variant threadsafe description {Enable threadsafety (experimental and un-supported, disables cxx support)} conflicts openmpi {
- configure.args-delete --disable-threadsafe --enable-cxx
- configure.args-append --enable-threadsafe --disable-cxx
-}
-
# openmpi conflicts with universal because there is no universal variant for
# the openmpi port at the moment
variant openmpi description {Enable Parallel HDF5} conflicts threadsafe universal {