Ticket #26814: Portfile-MacVim.diff

File Portfile-MacVim.diff, 880 bytes (added by anthonymichaelcook@…, 13 years ago)

Diff to add the enhancement to the Portfile, tested and working.

  • (a) Downloads/Portfile.txt vs. (b) /opt/local/var/macports/sources/rsync.macports.org/release/ports/editors/MacVim/Portfile

    a b  
    1 # $Id$
     1# $Id: Portfile 72421 2010-10-14 09:56:15Z raimue@macports.org $
    22
    33PortSystem          1.0
    44
     
    118118
    119119    use_autoconf yes
    120120}
    121 variant ruby description {Enable Ruby scripting} {
     121variant ruby conflicts ruby19 description {Enable Ruby scripting} {
    122122    configure.args-append   --enable-rubyinterp
    123123    depends_lib-append      port:ruby
    124124}
     125variant ruby19 conflicts ruby description {Enable Ruby 1.9 scripting} {
     126    configure.args-append   --enable-rubyinterp
     127    depends_lib-append      port:ruby19
     128}
    125129variant tcl description {Enable Tcl scripting} {
    126130    configure.args-append   --enable-tclinterp
    127131    patchfiles-append       patch-tcl.diff