diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-09-21 06:26:52 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-09-21 06:26:52 +0000 |
commit | 1caaa787f3ad98b0cab715388f5e51c90c9cda66 (patch) | |
tree | 00965861fc35efa4c6ae906f49bb333f6c30e141 /lib/libcurses/shlib_version | |
parent | 4b8c5c91966a8d9133a4b3cc160746b2dd0083e1 (diff) |
Add /usr/local/share/terminfo to the search path so that ports can
install custom terminfo files. Minor ncurses bump to allow packages to
depend on the right version. From discussion with zinke@ and dcoppa@.
ok phessler dcoppa
Diffstat (limited to 'lib/libcurses/shlib_version')
-rw-r--r-- | lib/libcurses/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcurses/shlib_version b/lib/libcurses/shlib_version index 56246d02b24..eb2c603aec0 100644 --- a/lib/libcurses/shlib_version +++ b/lib/libcurses/shlib_version @@ -1,2 +1,2 @@ major=12 -minor=0 +minor=1 |