Revision
83152
Author
mmoll@macports.org
Date
2011-08-26 08:23:16 -0700 (Fri, 26 Aug 2011)

Log Message

math/petsc: remove broken 'triangle' variant

Modified Paths

Diff

Modified: trunk/dports/math/petsc/Portfile (83151 => 83152)


--- trunk/dports/math/petsc/Portfile	2011-08-26 15:22:21 UTC (rev 83151)
+++ trunk/dports/math/petsc/Portfile	2011-08-26 15:23:16 UTC (rev 83152)
@@ -66,11 +66,6 @@
     depends_lib-append	port:hdf5-18
 }
 
-variant triangle description {build with support for Triangle library} {
-    configure.args-append   --with-triangle=1 --with-triangle-dir=${prefix}
-    depends_lib-append	port:triangle
-}
-
 variant debug description {build with debug support} {
     configure.args-delete   --with-debugging=0
     configure.args-append   --with-debugging=1