Ticket #32332: MacVim.diff
File MacVim.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
7 7 set snapshot 63 8 8 set gitcommit snapshot-${snapshot} 9 9 version ${vim_version}.snapshot${snapshot} 10 revision 1 10 11 categories editors 11 12 platforms darwin 12 13 license VimLicense GPL-2+ … … 28 29 bin:autoconf:autoconf \ 29 30 port:python27 30 31 depends_lib port:ncurses \ 32 port:gettext \ 31 33 port:libiconv \ 32 34 port:ctags 33 35 … … 65 67 configure.args --enable-gui=macvim \ 66 68 --without-x \ 67 69 --disable-gpm \ 68 --disable-nls \69 70 --with-tlib=ncurses \ 70 71 --enable-multibyte 71 72 … … 154 155 configure.args-append --enable-cscope 155 156 } 156 157 157 variant nls {158 configure.args-delete --disable-nls159 depends_lib-append port:gettext160 }161 162 158 livecheck.type regex 163 159 livecheck.url http://github.com/b4winckler/macvim/downloads 164 160 livecheck.version ${snapshot}