[115020] trunk/dports/graphics/vigra/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Dec 22 01:36:16 PST 2013


Revision: 115020
          https://trac.macports.org/changeset/115020
Author:   ryandesign at macports.org
Date:     2013-12-22 01:36:16 -0800 (Sun, 22 Dec 2013)
Log Message:
-----------
vigra: make python27 the default only if python26 hasn't already been selected (#41502; maintainer timeout)

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

Modified: trunk/dports/graphics/vigra/Portfile
===================================================================
--- trunk/dports/graphics/vigra/Portfile	2013-12-22 09:29:46 UTC (rev 115019)
+++ trunk/dports/graphics/vigra/Portfile	2013-12-22 09:36:16 UTC (rev 115020)
@@ -94,7 +94,9 @@
     require_active_variants boost python27
 }
 
-default_variants +python27
+if {![variant_isset python26]} {
+    default_variants +python27
+}
 
 if {![variant_isset python26] && ![variant_isset python27]} {
     configure.args-append -DWITH_VIGRANUMPY=NO
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131222/e03ea723/attachment.html>


More information about the macports-changes mailing list