- Lonk to proper ncurses library, should fix build on DragonFly
This commit is contained in:
parent
6b47fa52f2
commit
dcbd50da0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431355
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue