[75034] trunk/dports/graphics/vtk5/Portfile

adfernandes at macports.org adfernandes at macports.org
Wed Jan 12 07:51:20 PST 2011


Revision: 75034
          http://trac.macports.org/changeset/75034
Author:   adfernandes at macports.org
Date:     2011-01-12 07:51:09 -0800 (Wed, 12 Jan 2011)
Log Message:
-----------
graphics/vtk5 : fix minor error check in Portfile for python27 variant

Modified Paths:
--------------
    trunk/dports/graphics/vtk5/Portfile

Modified: trunk/dports/graphics/vtk5/Portfile
===================================================================
--- trunk/dports/graphics/vtk5/Portfile	2011-01-12 15:50:39 UTC (rev 75033)
+++ trunk/dports/graphics/vtk5/Portfile	2011-01-12 15:51:09 UTC (rev 75034)
@@ -72,7 +72,7 @@
     default_variants +x11 +tcltk
 }
 
-if {![variant_isset python25]} {
+if {![variant_isset python25] && ![variant_isset python27]} {
     default_variants +python26
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110112/723161da/attachment.html>


More information about the macports-changes mailing list