Ticket #21627: vim_Portfile.patch

File vim_Portfile.patch, 673 bytes (added by greg@…, 15 years ago)

Simple patch adding the xorg-libXt port as a dependency

  • editors/vim/Portfile

     
    8888variant gtk2 description {Build GUI version using GTK 2.x widgets} conflicts athena gtk1 motif {
    8989    configure.args-delete   --enable-gui=no --without-x
    9090    configure.args-append   --enable-gui=gtk2 --with-x --disable-darwin
    91     depends_lib-append      port:gtk2
     91    depends_lib-append      port:gtk2 port:xorg-libXt
    9292}
    9393variant motif description {Build GUI version with Motif widgets} conflicts athena gtk1 gtk2 {
    9494    configure.args-delete   --enable-gui=no --without-x