[118502] trunk/dports/multimedia/mjpegtools/Portfile

mojca at macports.org mojca at macports.org
Thu Apr 3 06:40:50 PDT 2014


Revision: 118502
          https://trac.macports.org/changeset/118502
Author:   mojca at macports.org
Date:     2014-04-03 06:40:50 -0700 (Thu, 03 Apr 2014)
Log Message:
-----------
mjpegtools: remove no_x11 (#39383)

Modified Paths:
--------------
    trunk/dports/multimedia/mjpegtools/Portfile

Modified: trunk/dports/multimedia/mjpegtools/Portfile
===================================================================
--- trunk/dports/multimedia/mjpegtools/Portfile	2014-04-03 13:36:22 UTC (rev 118501)
+++ trunk/dports/multimedia/mjpegtools/Portfile	2014-04-03 13:40:50 UTC (rev 118502)
@@ -38,18 +38,12 @@
                 --without-x
 
 
-variant x11 conflicts no_x11 {
+variant x11 {
     configure.args-delete --without-x
     configure.args-append --with-x
     depends_lib-append port:xorg-libXxf86dga
 }
 
-variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
+default_variants +x11
 
-if {[variant_isset no_x11]} {
-    default_variants -x11
-} else {
-    default_variants +x11
-}
-
 livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140403/fddaaa5c/attachment.html>


More information about the macports-changes mailing list