Ticket #38959: Portfile-vim.diff

File Portfile-vim.diff, 413 bytes (added by synthogen@…, 11 years ago)
  • Portfile

    old new  
    988988    configure.args-append   --enable-cscope
    989989}
    990990
     991variant lua description {Enable Lua scripting}
     992    configure.args-append   --enable-luainterp   --with-lua-prefix=${prefix}
     993    depends_lib-append      port:lua
     994}
     995
    991996platform puredarwin {
    992997    configure.args-append --disable-darwin
    993998}