diff options
author | jlam <jlam@pkgsrc.org> | 2008-02-20 17:40:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-02-20 17:40:13 +0000 |
commit | 0dfda7a4c434b3f433de639e2c42fc8373bc6826 (patch) | |
tree | ccfa99007cea374504f1ac30c4b96b556134428f /mk/defaults | |
parent | fba6e79a0c80e5065a01a2546188065fc9514e98 (diff) | |
download | pkgsrc-0dfda7a4c434b3f433de639e2c42fc8373bc6826.tar.gz |
Add a "wide-curses" global option to turn on wide curses for packages that
support it.
XXX The "ncursesw" option should probably be deprecated ... it's a little
XXX too specific.
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/options.description | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index 23e806e4213..5e6fb3af646 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -305,6 +305,7 @@ w3m-lynx-key Enable lynx-like key bindings. w3m-m17n Multilingual support. w3m-unicode Use Unicode characters. wavpack Enable wavpack support. +wide-curses Enable wide curses support. winbind Enable name-service switch daemon support using Windows Servers. wnn4 Use wnn for Kana-to-Kanji conversion. x11 Enable X11 support. |