[142119] trunk/dports/net/pidgin/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 12 04:24:39 PST 2015


Revision: 142119
          https://trac.macports.org/changeset/142119
Author:   mojca at macports.org
Date:     2015-11-03 23:53:34 -0800 (Tue, 03 Nov 2015)
Log Message:
-----------
pidgin: remove no_x11 (#39383)

Modified Paths:
--------------
    trunk/dports/net/pidgin/Portfile

Modified: trunk/dports/net/pidgin/Portfile
===================================================================
--- trunk/dports/net/pidgin/Portfile	2015-11-04 07:50:58 UTC (rev 142118)
+++ trunk/dports/net/pidgin/Portfile	2015-11-04 07:53:34 UTC (rev 142119)
@@ -124,7 +124,7 @@
                             port:gtk2 \
                             port:libao
 
-    variant x11 conflicts no_x11 quartz {
+    variant x11 conflicts quartz {
         depends_lib-append      port:xorg-libX11 \
                                 port:xorg-libXext \
                                 port:xorg-libXScrnSaver \
@@ -142,10 +142,7 @@
                                 --enable-sm
     }
 
-    # Legacy no_x11 variant to be removed after May 2015.
-    variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
-
-    if {[variant_isset no_x11] || [variant_isset quartz]} {
+    if {[variant_isset quartz]} {
         default_variants -x11
     } else {
         default_variants +x11
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/683f6508/attachment.html>


More information about the macports-changes mailing list