[85984] trunk/dports/math/pspp-devel/Portfile

snc at macports.org snc at macports.org
Mon Oct 17 19:24:59 PDT 2011


Revision: 85984
          http://trac.macports.org/changeset/85984
Author:   snc at macports.org
Date:     2011-10-17 19:24:59 -0700 (Mon, 17 Oct 2011)
Log Message:
-----------
pspp-devel: add +quartz -x11 variants

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

Modified: trunk/dports/math/pspp-devel/Portfile
===================================================================
--- trunk/dports/math/pspp-devel/Portfile	2011-10-18 02:05:04 UTC (rev 85983)
+++ trunk/dports/math/pspp-devel/Portfile	2011-10-18 02:24:59 UTC (rev 85984)
@@ -101,6 +101,12 @@
     configure.args-delete   --without-gui
 }
 
+variant quartz conflicts x11 {}
+variant x11 conflicts quartz {}
+if {![variant_isset x11] && ![variant_isset quartz]} {
+    default_variants -x11 +quartz
+}
+
 post-destroot {
     if {[variant_isset doc]} {
         xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111017/d3a66f5c/attachment.html>


More information about the macports-changes mailing list