[145811] users/devans/GNOME-3/unstable/dports/graphics/gdk-pixbuf2/Portfile

devans at macports.org devans at macports.org
Wed Feb 17 15:36:39 PST 2016


Revision: 145811
          https://trac.macports.org/changeset/145811
Author:   devans at macports.org
Date:     2016-02-17 15:36:38 -0800 (Wed, 17 Feb 2016)
Log Message:
-----------
GNOME-3/unstable: gdk-pixbuf2, disable +x11 default variant if +quartz is set for the build.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/graphics/gdk-pixbuf2/Portfile

Modified: users/devans/GNOME-3/unstable/dports/graphics/gdk-pixbuf2/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/graphics/gdk-pixbuf2/Portfile	2016-02-17 23:33:53 UTC (rev 145810)
+++ users/devans/GNOME-3/unstable/dports/graphics/gdk-pixbuf2/Portfile	2016-02-17 23:36:38 UTC (rev 145811)
@@ -61,7 +61,9 @@
     configure.args-append   --with-x11
 }
 
-default_variants    +x11
+if {![variant_isset quartz]} {
+    default_variants    +x11
+}
 
 livecheck.type      gnome-with-unstable
 livecheck.name      ${my_name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160217/cb22cbc8/attachment.html>


More information about the macports-changes mailing list