Unbreak world (tic)
authorJohn Marino <draco@marino.st>
Mon, 14 May 2012 16:11:51 +0000 (18:11 +0200)
committerJohn Marino <draco@marino.st>
Mon, 14 May 2012 16:17:44 +0000 (18:17 +0200)
commit6b7d23fca80545bf9326d16e4ad4821ae39c7c46
tree1e473f9e47212d9ffc288755eb18caea6155d618
parent8331b1d268b3db4110c98d9bdcd99638335ac367
Unbreak world (tic)

The tic utility should be built with the ncursesw library, but that one
is not available on any system with more than 2 days since the last
build.  On those systems, the world will break pretty quickly.

The Makefile was updated to use the available ncurses library.  After
the release of DragonFly 3.2, the makefile on the master branch can
be updated to take the wide version of the ncurses library since we
only guarantee upwards compatibility for one release.
usr.bin/tic/Makefile