Ticket #53929: Portfile.patch
File Portfile.patch, 368 bytes (added by stevecheckoway (Stephen Checkoway), 8 years ago) |
---|
-
Portfile
old new 104 104 105 105 variant curses description {Use the curses text-only user interface} { 106 106 configure.args-replace --disable-curses --enable-curses 107 configure.args-append --extra-cflags=-DNCURSES_WIDECHAR=1 107 108 depends_lib-append port:ncurses 108 109 } 109 110