[81768] trunk/dports/net/rrdtool/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Aug 4 20:17:41 PDT 2011
On Aug 4, 2011, at 14:18, markd at macports.org wrote:
> Revision: 81768
> http://trac.macports.org/changeset/81768
> Author: markd at macports.org
> Date: 2011-08-04 12:18:06 -0700 (Thu, 04 Aug 2011)
> Log Message:
> -----------
> Update to 1.4.5. Closes #30133.
>
> Modified Paths:
> --------------
> trunk/dports/net/rrdtool/Portfile
> -variant python description {Python bindings for RRDtool} {
> - depends_lib-append port:python24
> +variant python25 description {Python bindings for RRDtool} conflicts python26 python27 {
> + depends_lib-append port:python25
> configure.args-delete --disable-python
> configure.args-append --enable-python
> }
>
> +variant python26 description {Python bindings for RRDtool} conflicts python25 python27 {
> + depends_lib-append port:python26
> + configure.args-delete --disable-python
> + configure.args-append --enable-python
> +}
> +
> +variant python27 description {Python bindings for RRDtool} conflicts python25 python26 {
> + depends_lib-append port:python27
> + configure.args-delete --disable-python
> + configure.args-append --enable-python
> +}
Each variant should have a unique description.
More information about the macports-dev
mailing list