[47019] trunk/dports/sysutils/zmq/Portfile

Rainer Müller raimue at macports.org
Thu Feb 19 16:51:48 PST 2009


brett at macports.org wrote:
> --- trunk/dports/sysutils/zmq/Portfile	2009-02-19 23:52:17 UTC (rev 47018)
> +++ trunk/dports/sysutils/zmq/Portfile	2009-02-20 00:40:57 UTC (rev 47019)
> @@ -18,7 +18,7 @@
>                          --with-c
>  
>  variant python description {build Python language binding} {
> -    depends_lib-append     port:python26
> +    depends_lib-append     port:python_select
>      configure.args-append  --with-python
>  }

As Bryan already pointed out, python_select itself does not depend on
any python version, so this dependency is not going to work. There is
currently no better way than picking a specific python version.

Rainer


More information about the macports-dev mailing list