On Jul 10, 2012, at 08:26, [email protected] wrote: > Revision: 95344 > https://trac.macports.org/changeset/95344 > Author: [email protected] > Date: 2012-07-10 06:26:14 -0700 (Tue, 10 Jul 2012) > Log Message: > ----------- > gconf: resulting binaries differ based on gtk2's x11/quartz variant > > Modified Paths: > -------------- > trunk/dports/gnome/gconf/Portfile > > Modified: trunk/dports/gnome/gconf/Portfile > =================================================================== > --- trunk/dports/gnome/gconf/Portfile 2012-07-10 13:06:51 UTC (rev 95343) > +++ trunk/dports/gnome/gconf/Portfile 2012-07-10 13:26:14 UTC (rev 95344) > @@ -52,6 +52,9 @@ > configure.args-delete --without-openldap > } > > +variant quartz conflicts x11 {} > +variant x11 conflicts quartz {}
Same here: you must use default_variants and more to ensure that one or the other of these actually gets selected. _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
