Ticket #38959: Portfile-vim.diff
File Portfile-vim.diff, 413 bytes (added by synthogen@…, 12 years ago) |
---|
-
Portfile
old new 988 988 configure.args-append --enable-cscope 989 989 } 990 990 991 variant lua description {Enable Lua scripting} 992 configure.args-append --enable-luainterp --with-lua-prefix=${prefix} 993 depends_lib-append port:lua 994 } 995 991 996 platform puredarwin { 992 997 configure.args-append --disable-darwin 993 998 }