[63940] trunk/dports/graphics/vtk-devel/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Thu Feb 18 16:35:43 PST 2010
Revision: 63940
http://trac.macports.org/changeset/63940
Author: jeremyhu at macports.org
Date: 2010-02-18 16:35:42 -0800 (Thu, 18 Feb 2010)
Log Message:
-----------
Fixed variant names to be consistent with other ports
Modified Paths:
--------------
trunk/dports/graphics/vtk-devel/Portfile
Modified: trunk/dports/graphics/vtk-devel/Portfile
===================================================================
--- trunk/dports/graphics/vtk-devel/Portfile 2010-02-18 21:54:16 UTC (rev 63939)
+++ trunk/dports/graphics/vtk-devel/Portfile 2010-02-19 00:35:42 UTC (rev 63940)
@@ -193,8 +193,8 @@
description "provide data doc examples testing" {}
variant wrap \
- requires java py26 tcl \
- description "provide java, py26, & tcl" {}
+ requires java python26 tcl \
+ description "provide java, python26, & tcl" {}
variant database \
requires mysql5 pgsql84 odbc \
@@ -477,8 +477,8 @@
# preference should be to install vtk for the latest compatible version of
# python.
#
-# Hence, these variants for py25 and py26 must conflict. At some point, the
-# py25 variant could disappear. Likewise py26 could disappear if vtk works in
+# Hence, these variants for python25 and python26 must conflict. At some point, the
+# python25 variant could disappear. Likewise python26 could disappear if vtk works in
# python 3.x
# Note: currently vtkpython depends on libutil and finds it in:
@@ -557,7 +557,7 @@
}
}
-variant py25 conflicts py26 requires shared description "python 2.5 wrapper" {
+variant python25 conflicts python26 requires shared description "python 2.5 wrapper" {
# Note that python25 is NOT installed as a framework (May 2009)
setPython 2 5
depends_lib-append \
@@ -578,7 +578,7 @@
}
}
-variant py26 conflicts py25 requires shared description "python 2.6 wrapper" {
+variant python26 conflicts python25 requires shared description "python 2.6 wrapper" {
# Note that python26 is installed as a framework (May 2009)
setPython 2 6
depends_lib-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100218/26fc2b93/attachment.html>
More information about the macports-changes
mailing list