[121924] trunk/dports/gnome/libgnomekbd/Portfile

mojca at macports.org mojca at macports.org
Fri Jul 11 12:01:03 PDT 2014


Revision: 121924
          https://trac.macports.org/changeset/121924
Author:   mojca at macports.org
Date:     2014-07-11 12:01:02 -0700 (Fri, 11 Jul 2014)
Log Message:
-----------
libgnomekbd: remove legacy variant no_x11 (#39383)

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

Modified: trunk/dports/gnome/libgnomekbd/Portfile
===================================================================
--- trunk/dports/gnome/libgnomekbd/Portfile	2014-07-11 18:58:12 UTC (rev 121923)
+++ trunk/dports/gnome/libgnomekbd/Portfile	2014-07-11 19:01:02 UTC (rev 121924)
@@ -46,18 +46,13 @@
                     --disable-schemas-compile \
                     --disable-silent-rules
 
-# Legacy no_x11 variant to be removed after June 2014.
-variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
-
-variant x11 conflicts no_x11 {
+variant x11 {
     configure.args-append   --x-includes=${prefix}/include \
                             --x-libraries=${prefix}/lib
     configure.args-delete   --without-x
 }
 
-if {![variant_isset no_x11]} {
-    default_variants +x11
-}
+default_variants    +x11
 
 post-activate {
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140711/960a7aa3/attachment.html>


More information about the macports-changes mailing list