On Jul 10, 2012, at 08:44, [email protected] wrote: > Revision: 95345 > https://trac.macports.org/changeset/95345 > Author: [email protected] > 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. _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
