[79737] trunk/dports/net/avahi/Portfile

Jeremy Lavergne jeremy at lavergne.gotdns.org
Fri Jun 24 10:14:05 PDT 2011


> +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?




More information about the macports-dev mailing list