[87946] trunk/dports/net/wireshark-devel/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Dec 13 20:25:00 PST 2011
On Dec 13, 2011, at 15:34, cal at macports.org wrote:
> Revision: 87946
> http://trac.macports.org/changeset/87946
> Author: cal at macports.org
> Date: 2011-12-13 13:34:42 -0800 (Tue, 13 Dec 2011)
> Log Message:
> -----------
> wireshark-devel: Update to 1.7.0, maintainer, #31986, #32265
> +variant python25 description {use python25 for the experimental python interface} conflicts python26 python27 {
> + configure.env-append PYTHON=${prefix}/bin/python2.5
> + depends_lib-append port:python25
> +}
> +
> +variant python26 description {use python26 for the experimental python interface} conflicts python25 python27 {
> + configure.env-append PYTHON=${prefix}/bin/python2.6
> + depends_lib-append port:python26
> +}
> +
> +variant python27 description {use python27 for the experimental python interface} conflicts python25 python26 {
> + configure.env-append PYTHON=${prefix}/bin/python2.7
> + depends_lib-append port:python27
> +}
Normally you would set configure.python, rather than manually putting PYTHON into the configure environment.
More information about the macports-dev
mailing list