396851c20a
many external program expects libncurses to not be provided as a single library. Instead of fixing all ports, distribute ncurses the way upstream distributes it Turn libncursesw.so into a ldscript which will link automatically as needed to libtinfow so so this change is seamless at compile time. Differential Revision: https://reviews.freebsd.org/D32098
12 lines
168 B
Makefile
12 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= tinfo ncurses form menu panel
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.for subdir in ${SUBDIR:Ntinfo*}
|
|
SUBDIR_DEPEND_${subdir}= tinfo
|
|
.endfor
|
|
|
|
.include <bsd.subdir.mk>
|