From dcbd50da0b89fff8d6925c662be2e9b4759729a0 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 13 Jan 2017 09:22:10 +0000 Subject: - Lonk to proper ncurses library, should fix build on DragonFly --- misc/bsod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/bsod/Makefile b/misc/bsod/Makefile index 89d5536e3a6b..e415509dfa7d 100644 --- a/misc/bsod/Makefile +++ b/misc/bsod/Makefile @@ -21,7 +21,7 @@ PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} -I${NCURSESINC} -L${NCURSESLIB} -lcurses -o ${PORTNAME} ${PORTNAME}.c + cd ${WRKSRC} && ${CC} ${CFLAGS} -I${NCURSESINC} -L${NCURSESLIB} -lncurses -o ${PORTNAME} ${PORTNAME}.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin -- cgit v1.2.3