[118504] trunk/dports/gnome/gtk3/Portfile

mojca at macports.org mojca at macports.org
Thu Apr 3 07:03:35 PDT 2014


Revision: 118504
          https://trac.macports.org/changeset/118504
Author:   mojca at macports.org
Date:     2014-04-03 07:03:35 -0700 (Thu, 03 Apr 2014)
Log Message:
-----------
gtk3: remove no_x11 (#39383)

Modified Paths:
--------------
    trunk/dports/gnome/gtk3/Portfile

Modified: trunk/dports/gnome/gtk3/Portfile
===================================================================
--- trunk/dports/gnome/gtk3/Portfile	2014-04-03 13:44:44 UTC (rev 118503)
+++ trunk/dports/gnome/gtk3/Portfile	2014-04-03 14:03:35 UTC (rev 118504)
@@ -136,9 +136,7 @@
     configure.args-append --disable-cups
 }
 
-if {[variant_isset no_x11]} {
-    default_variants +quartz
-} elseif {![variant_isset quartz]} {
+if {![variant_isset quartz]} {
     default_variants +x11
 }
 
@@ -224,7 +222,7 @@
     configure.args-append   --enable-quartz-backend
 }
 
-variant x11 conflicts quartz no_x11 {
+variant x11 conflicts quartz {
     require_active_variants path:lib/pkgconfig/cairo.pc:cairo x11
     require_active_variants path:lib/pkgconfig/pango.pc:pango x11
 
@@ -243,7 +241,5 @@
                                --enable-x11-backend
 }
 
-variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
-
 livecheck.type  gnome
 livecheck.name  gtk+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140403/9f6e7dbf/attachment.html>


More information about the macports-changes mailing list