> +variant python25 conflicts python26 python27 description {Use python 2.5}
> {
> + configure.python ${prefix}/bin/python2.5
> +
> + depends_lib-append port:dbus-python25 \
> + port:py25-gtk \
> +}
...
> variant no_gtk description {Build without GTK2} {
> depends_lib-delete port:libglade2 \
> - port:py26-gtk
> + port:py25-gtk \
> + port:py26-gtk \
> + port:py27-gtk
What happens when `+python25 +no_gtk` is picked versus `+no_gtk +python27`?
Also, in light of switching the +no_* variants: is it possible in MacPorts
to make the old +no_* require -gtk, the negative of a new variant?
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev