[108566] trunk/dports/math/pspp/Portfile

snc at macports.org snc at macports.org
Fri Jul 26 12:48:20 PDT 2013


Revision: 108566
          https://trac.macports.org/changeset/108566
Author:   snc at macports.org
Date:     2013-07-26 12:48:20 -0700 (Fri, 26 Jul 2013)
Log Message:
-----------
pspp:
 * follow dependencies' default variant on x11 (ew)
 * also check for gui variant before setting defaults

Modified Paths:
--------------
    trunk/dports/math/pspp/Portfile

Modified: trunk/dports/math/pspp/Portfile
===================================================================
--- trunk/dports/math/pspp/Portfile	2013-07-26 19:39:16 UTC (rev 108565)
+++ trunk/dports/math/pspp/Portfile	2013-07-26 19:48:20 UTC (rev 108566)
@@ -112,12 +112,8 @@
                         port:xrender
 }
 
-if {![variant_isset x11] && ![variant_isset quartz]} {
-    if {${os.major} < 11} {
-        default_variants +x11
-    } else {
-        default_variants +quartz
-    }
+if {![variant_isset x11] && ![variant_isset quartz] && ![variant_isset gui]} {
+    default_variants +x11
 }
 
 # check for x11-poisoned dependencies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130726/d87bea17/attachment.html>


More information about the macports-changes mailing list