Index: Makefile =================================================================== --- Makefile (revision 534857) +++ Makefile (working copy) @@ -36,6 +36,14 @@ NLS_USES= gettext NLS_CMAKE_BOOL= WITH_GETTEXT +.include + +.if ${NCURSESBASE:M${LOCALBASE}} +CMAKE_ARGS+= -DCURSES_NEED_NCURSES=TRUE +.else +.info NCURSES BASE +.endif + post-install: .for i in fish fish_indent fish_key_reader @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} @@ -45,4 +53,4 @@ @${RM} -rf ${STAGEDIR}${MANPREFIX}/man/man1 @${RM} -rf ${STAGEDIR}${DATADIR}/man -.include +.include