Ticket #21627: vim_Portfile.patch
File vim_Portfile.patch, 673 bytes (added by greg@…, 15 years ago) |
---|
-
editors/vim/Portfile
88 88 variant gtk2 description {Build GUI version using GTK 2.x widgets} conflicts athena gtk1 motif { 89 89 configure.args-delete --enable-gui=no --without-x 90 90 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 92 92 } 93 93 variant motif description {Build GUI version with Motif widgets} conflicts athena gtk1 gtk2 { 94 94 configure.args-delete --enable-gui=no --without-x