[85882] trunk/dports/aqua/qtiplot/Portfile

nicos at macports.org nicos at macports.org
Sun Oct 16 22:37:23 PDT 2011


Revision: 85882
          http://trac.macports.org/changeset/85882
Author:   nicos at macports.org
Date:     2011-10-16 22:37:23 -0700 (Sun, 16 Oct 2011)
Log Message:
-----------
qtiplot: openmaintainer, ensuring that correct python version is used during build, revbump (ticket #31586)

Modified Paths:
--------------
    trunk/dports/aqua/qtiplot/Portfile

Modified: trunk/dports/aqua/qtiplot/Portfile
===================================================================
--- trunk/dports/aqua/qtiplot/Portfile	2011-10-17 05:35:53 UTC (rev 85881)
+++ trunk/dports/aqua/qtiplot/Portfile	2011-10-17 05:37:23 UTC (rev 85882)
@@ -6,6 +6,7 @@
 
 name                qtiplot
 version             0.9.8.8
+revision            1
 categories          aqua science
 license             GPL-2+
 maintainers         jonas openmaintainer
@@ -67,6 +68,16 @@
       puts $confFD "TEX_ENGINE_LIBS = \$\$QTI_ROOT/3rdparty/QTeXEngine/libQTeXEngine.a"
     }
 
+   if {[variant_isset python25]} {
+       puts $confFD "PYTHON = ${prefix}/bin/python2.5"
+   }
+   if {[variant_isset python26]} {
+       puts $confFD "PYTHON = ${prefix}/bin/python2.6"
+   }
+   if {[variant_isset python27]} {
+       puts $confFD "PYTHON = ${prefix}/bin/python2.7"
+   }
+
     # target specific configuration
     puts $confFD "contains( TARGET, qtiplot ) \{"
     puts $confFD "SCRIPTING_LANGS += muParser"; # currently you can't build without
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111016/384a16dd/attachment.html>


More information about the macports-changes mailing list