[142115] trunk/dports/graphics/gd2/Portfile

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


Revision: 142115
          https://trac.macports.org/changeset/142115
Author:   mojca at macports.org
Date:     2015-11-03 23:37:18 -0800 (Tue, 03 Nov 2015)
Log Message:
-----------
gd2: remove no_x11 (#39383)

Modified Paths:
--------------
    trunk/dports/graphics/gd2/Portfile

Modified: trunk/dports/graphics/gd2/Portfile
===================================================================
--- trunk/dports/graphics/gd2/Portfile	2015-11-04 02:37:13 UTC (rev 142114)
+++ trunk/dports/graphics/gd2/Portfile	2015-11-04 07:37:18 UTC (rev 142115)
@@ -77,7 +77,7 @@
     }
 }
 
-variant x11 conflicts no_x11 {
+variant x11 {
     depends_lib-append      port:xpm
     configure.args-delete   --without-x \
                             --without-xpm
@@ -86,10 +86,4 @@
                             --x-libraries=${prefix}/lib
 }
 
-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/20ff50b8/attachment.html>


More information about the macports-changes mailing list