[27427] trunk/dports/graphics/gimp2/Portfile

Rainer Müller raimue at macports.org
Fri Aug 3 09:47:33 PDT 2007


source_changes at macosforge.org wrote:
> Revision
>     27427 <http://trac.macosforge.org/projects/macports/changeset/27427>
> Author
>     yves at macports.org
> Date
>     2007-08-03 09:30:45 -0700 (Fri, 03 Aug 2007)
[...]
> +variant without_python conflicts python24 {
> +    depends_lib-delete      port:py25-gtk
> +    configure.env-delete    PYTHON=${prefix}/bin/python2.5
> +    configure.args-append   --disable-python
> +}
> +

I don't like this name without_*. I would prefer a variant +python and
setting
    default_variants +python

So if someone does not want python he/she can overwrite that using
    port install gimp2 -python

What do you think about that?

Rainer



More information about the macports-dev mailing list