[95345] trunk/dports/graphics/librsvg/Portfile

Ryan Schmidt ryandesign at macports.org
Thu Jul 12 00:50:16 PDT 2012


On Jul 10, 2012, at 08:44, snc at macports.org wrote:

> Revision: 95345
>          https://trac.macports.org/changeset/95345
> Author:   snc at macports.org
> Date:     2012-07-10 06:44:54 -0700 (Tue, 10 Jul 2012)
> Log Message:
> -----------
> librsvg: resulting binaries differ based on gtk2's x11/quartz variant
> 
> Modified Paths:
> --------------
>    trunk/dports/graphics/librsvg/Portfile
> 
> Modified: trunk/dports/graphics/librsvg/Portfile
> ===================================================================
> --- trunk/dports/graphics/librsvg/Portfile	2012-07-10 13:26:14 UTC (rev 95344)
> +++ trunk/dports/graphics/librsvg/Portfile	2012-07-10 13:44:54 UTC (rev 95345)
> @@ -82,6 +82,9 @@
>         ${destroot}${prefix}/bin
> }
> 
> +variant x11 conflicts quartz {}
> +variant quartz conflicts x11 {}

But you must ensure that one or the other of these variants actually gets selected.




More information about the macports-dev mailing list