Ticket #32332: vim.diff
File vim.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
6 6 set vim_version 7.3 7 7 set vim_patchlevel 353 8 8 version ${vim_version}.${vim_patchlevel} 9 revision 1 9 10 categories editors 10 11 platforms darwin freebsd 11 12 license VimLicense GPL-2+ … … 412 413 413 414 depends_build bin:grep:grep 414 415 depends_lib port:ncurses \ 416 port:gettext \ 415 417 port:libiconv \ 416 418 port:ctags 417 419 … … 421 423 configure.args --disable-gui \ 422 424 --without-x \ 423 425 --disable-gpm \ 424 --disable-nls \425 426 --mandir=${prefix}/share/man \ 426 427 --with-tlib=ncurses \ 427 428 --enable-multibyte \ … … 556 557 configure.args-append --enable-cscope 557 558 } 558 559 559 variant nls {560 configure.args-delete --disable-nls561 depends_lib-append port:gettext562 }563 564 560 platform puredarwin { 565 561 configure.args-append --disable-darwin 566 562 }