[103233] trunk/dports/graphics/cogl/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Feb 18 23:07:44 PST 2013


Revision: 103233
          https://trac.macports.org/changeset/103233
Author:   ryandesign at macports.org
Date:     2013-02-18 23:07:44 -0800 (Mon, 18 Feb 2013)
Log Message:
-----------
cogl: only make +x11 the default variant if +quartz has not already been requested

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

Modified: trunk/dports/graphics/cogl/Portfile
===================================================================
--- trunk/dports/graphics/cogl/Portfile	2013-02-19 07:06:46 UTC (rev 103232)
+++ trunk/dports/graphics/cogl/Portfile	2013-02-19 07:07:44 UTC (rev 103233)
@@ -79,6 +79,8 @@
     configure.args-append --enable-debug
 }
 
-default_variants +x11
+if {![variant_isset quartz]} {
+    default_variants +x11
+}
 
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130218/7ca2aa06/attachment-0001.html>


More information about the macports-changes mailing list