Revision
148279
Author
mps@macports.org
Date
2016-05-02 16:22:07 -0700 (Mon, 02 May 2016)

Log Message

dolfin: add vtk6 variant to enable El Capitan builds (#50815, maintainer timeout).

Modified Paths

Diff

Modified: trunk/dports/math/dolfin/Portfile (148278 => 148279)


--- trunk/dports/math/dolfin/Portfile	2016-05-02 21:49:12 UTC (rev 148278)
+++ trunk/dports/math/dolfin/Portfile	2016-05-02 23:22:07 UTC (rev 148279)
@@ -149,4 +149,9 @@
     configure.env-append  SLEPC_DIR=${prefix}/lib/slepc
 }
 
+variant vtk6 description {Build with vtk6} {
+	depends_lib-append  port:vtk
+	depends_lib-delete  port:vtk5
+}
+
 default_variants +suitesparse