[115570] trunk/dports/audio/mpd/Portfile

larryv at macports.org larryv at macports.org
Sun Jan 5 11:09:15 PST 2014


Revision: 115570
          https://trac.macports.org/changeset/115570
Author:   larryv at macports.org
Date:     2014-01-05 11:09:15 -0800 (Sun, 05 Jan 2014)
Log Message:
-----------
mpd: Only set +mad if conflicting variants are not selected.

Modified Paths:
--------------
    trunk/dports/audio/mpd/Portfile

Modified: trunk/dports/audio/mpd/Portfile
===================================================================
--- trunk/dports/audio/mpd/Portfile	2014-01-05 16:54:59 UTC (rev 115569)
+++ trunk/dports/audio/mpd/Portfile	2014-01-05 19:09:15 UTC (rev 115570)
@@ -71,7 +71,9 @@
     depends_lib-append      port:libmad
     configure.args-append   --enable-mad --disable-mpg123
 }
-default_variants    mad
+if {![variant_isset mpg123]} {
+    default_variants    +mad
+}
 
 platform darwin 10 {
     configure.compiler  macports-gcc-4.6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140105/6047bc1c/attachment.html>


More information about the macports-changes mailing list