Ticket #26814: Portfile-MacVim.diff
File Portfile-MacVim.diff, 880 bytes (added by anthonymichaelcook@…, 14 years ago) |
---|
-
(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 $ 2 2 3 3 PortSystem 1.0 4 4 … … 118 118 119 119 use_autoconf yes 120 120 } 121 variant ruby description {Enable Ruby scripting} {121 variant ruby conflicts ruby19 description {Enable Ruby scripting} { 122 122 configure.args-append --enable-rubyinterp 123 123 depends_lib-append port:ruby 124 124 } 125 variant ruby19 conflicts ruby description {Enable Ruby 1.9 scripting} { 126 configure.args-append --enable-rubyinterp 127 depends_lib-append port:ruby19 128 } 125 129 variant tcl description {Enable Tcl scripting} { 126 130 configure.args-append --enable-tclinterp 127 131 patchfiles-append patch-tcl.diff