Solene Rapenne:

> solene@t480 /usr/ports/editors/nvi $ make port-lib-depends-check
> 
> nvi-2.1.3p1(editors/nvi):
> Missing: curses.14 (/usr/local/bin/nview) (system lib)
> Extra:  ncursesw.14
> WANTLIB += curses

curses, ncurses, and ncursesw are just hardlinks to the same library
on OpenBSD.  The shared lib has "libcurses" as SONAME, so that's
what shows up in port-lib-depends-check.  It doesn't matter whether
the program was linked with -lcurses or -lncurses or -lncursesw.

-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to