[46937] trunk/dports/sysutils/zmq/Portfile
Bryan Blackburn
blb at macports.org
Tue Feb 17 21:03:42 PST 2009
On Tue, Feb 17, 2009 at 09:29:24PM -0700, Frank Schima said:
>
> On Feb 17, 2009, at 9:06 PM, brett at macports.org wrote:
[...]
>>
>> 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?
Since python_select has no python* dependencies itself, depending on it
wouldn't actually cause any python to be installed. Since each python* port
doesn't install the same file, a path:...:python26 dependency can't be used
either.
Until tickets #126 and #16723 are handled, this remains either messy (with
python25, python26, etc as variants for each) or by simply picking one.
Bryan
More information about the macports-dev
mailing list