- Lonk to proper ncurses library, should fix build on DragonFly

This commit is contained in:
Dmitry Marakasov 2017-01-13 09:22:10 +00:00
parent 6b47fa52f2
commit dcbd50da0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431355

View file

@ -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