Ticket #11294: Portfile.patch

File Portfile.patch, 446 bytes (added by chris@…, 17 years ago)

Patch to enable vim's cscope functionality.

  • Portfile

    old new  
    112112        configure.args-append   --enable-gui=gtk2 --with-x --disable-darwin
    113113        depends_lib-append              lib:libgtk.2:gtk2
    114114}
     115
     116variant cscope {
     117    configure.args-append   --enable-cscope
     118}
     119
    115120#variant gnome {
    116121#       configure.args-delete   --enable-gui=no --without-x
    117122#       configure.args-append   --enable-gui=gnome --with-x --disable-darwin