[46937] trunk/dports/sysutils/zmq/Portfile
Frank Schima
macsforever2000 at macports.org
Tue Feb 17 20:29:24 PST 2009
On Feb 17, 2009, at 9:06 PM, brett at macports.org wrote:
> Revision
> 46937
> Author
> brett at macports.org
> Date
> 2009-02-17 20:06:29 -0800 (Tue, 17 Feb 2009)
> Log Message
>
> add python depend
> Modified Paths
>
> trunk/dports/sysutils/zmq/Portfile
> Diff
>
> Modified: trunk/dports/sysutils/zmq/Portfile (46936 => 46937)
> --- trunk/dports/sysutils/zmq/Portfile 2009-02-18 03:52:32 UTC (rev
> 46936)
> +++ trunk/dports/sysutils/zmq/Portfile 2009-02-18 04:06:29 UTC (rev
> 46937)
> @@ -18,7 +18,8 @@
> --with-c
>
> variant python description {build Python language binding} {
> - configure.args-append --with-python
> + depends_lib-append port:python26
> + configure.args-append --with-python
> }
>
> variant java description {build Java language binding} {
Can this be changed to port:python_select so that any python version
will satisfy the dependency?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-dev/attachments/20090217/76a704a8/attachment.html>
More information about the macports-dev
mailing list