[142120] trunk/dports/comms/gnokii/Portfile

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


Revision: 142120
          https://trac.macports.org/changeset/142120
Author:   mojca at macports.org
Date:     2015-11-03 23:55:17 -0800 (Tue, 03 Nov 2015)
Log Message:
-----------
gnokii: remove no_x11 (#39383)

Modified Paths:
--------------
    trunk/dports/comms/gnokii/Portfile

Modified: trunk/dports/comms/gnokii/Portfile
===================================================================
--- trunk/dports/comms/gnokii/Portfile	2015-11-04 07:53:34 UTC (rev 142119)
+++ trunk/dports/comms/gnokii/Portfile	2015-11-04 07:55:17 UTC (rev 142120)
@@ -65,18 +65,12 @@
     }
 }
 
-# legacy variant - remove after May 2015
-variant no_x11 conflicts x11 description {legacy compatibility variant} {}
-variant x11 conflicts no_x11 {
+variant x11 {
     depends_lib-append      port:gtk2
     configure.args-delete   --without-x
 }
 
-if {[variant_isset no_x11]} {
-    default_variants -x11
-} else { 
-    default_variants +x11
-}
+default_variants    +x11
 
 platform macosx {
     configure.ldflags-append -framework CoreFoundation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/1bbe9473/attachment.html>


More information about the macports-changes mailing list