Make the port futur proof allowing to build with regular ncurses (without w)
for the day base will have only 1 ncurses
This commit is contained in:
parent
654b52ed10
commit
b6f2b70996
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521812
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ UNICODE_CONFIGURE_ENABLE= watch8bit
|
|||
|
||||
PLIST_FILES= bin/${PKGBASE} man/man1/gnu-watch.1.gz
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's/ncursesw/${NCURSES_IMPL}/g' ${WRKSRC}/configure.ac
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
|
||||
${STAGEDIR}${PREFIX}/bin/${PKGBASE}
|
||||
|
|
Loading…
Reference in a new issue