[142118] trunk/dports/editors/efte/Portfile

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


Revision: 142118
          https://trac.macports.org/changeset/142118
Author:   mojca at macports.org
Date:     2015-11-03 23:50:58 -0800 (Tue, 03 Nov 2015)
Log Message:
-----------
efte: remove no_x11 (#39383)

Modified Paths:
--------------
    trunk/dports/editors/efte/Portfile

Modified: trunk/dports/editors/efte/Portfile
===================================================================
--- trunk/dports/editors/efte/Portfile	2015-11-04 07:48:20 UTC (rev 142117)
+++ trunk/dports/editors/efte/Portfile	2015-11-04 07:50:58 UTC (rev 142118)
@@ -29,7 +29,7 @@
                     -DBUILD_CONSOLE=ON \
                     -DBUILD_X=OFF
 
-variant x11 conflicts no_x11 {
+variant x11 {
     depends_lib-append      port:xorg-libice\
                             port:xorg-libsm \
                             port:xorg-libXext \
@@ -39,11 +39,4 @@
     configure.args-replace  -DBUILD_X=OFF -DBUILD_X=ON
 }
 
-# Legacy no_x11 variant to be removed after December 2014.
-variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
-
-if {[variant_isset no_x11]} {
-    default_variants -x11
-} else {
-    default_variants +x11
-}
+default_variants    +x11
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/aee3f28f/attachment.html>


More information about the macports-changes mailing list