[49492] trunk/dports/editors/MacVim
Rainer Müller
raimue at macports.org
Sat Apr 11 02:31:56 PDT 2009
Ryan Schmidt wrote:
> On Apr 10, 2009, at 20:41, raimue at macports.org 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
More information about the macports-dev
mailing list