[95344] trunk/dports/gnome/gconf/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Jul 12 00:50:42 PDT 2012
On Jul 10, 2012, at 08:26, snc at macports.org wrote:
> Revision: 95344
> https://trac.macports.org/changeset/95344
> Author: snc at macports.org
> 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.
More information about the macports-dev
mailing list