Ryan Schmidt wrote:
> On Apr 10, 2009, at 20:41, [email protected] wrote:
> 
>> -variant python description {Enable Python scripting} {
>> -    configure.args-append   --enable-pythoninterp
>> +variant python requires python25 description {Compatibility  
>> variant, requires +python25} {}
>> +variant python25 description {Enable Python scripting} {
>> +    configure.args-append   --enable-pythoninterp --with-python=$ 
>> {prefix}/bin/python2.5
>> +    patchfiles-append       patch-python.diff
>>      depends_lib-append      port:python25
>>  }
>> +variant python26 description {Enable Python scripting} {
>> +    configure.args-append   --enable-pythoninterp --with-python=$ 
>> {prefix}/bin/python2.6
>> +    patchfiles-append       patch-python.diff
>> +    depends_lib-append      port:python26
>> +}
> 
> python25 and python26 should conflict with one another, yes?

Absolutely right. Thanks for the hint :-)
Marked them as conflicting in r49504.

Rainer

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to