diff options
Diffstat (limited to 'games/gtypist/Makefile')
-rw-r--r-- | games/gtypist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gtypist/Makefile b/games/gtypist/Makefile index ff03e489f841..74eb031e6af3 100644 --- a/games/gtypist/Makefile +++ b/games/gtypist/Makefile @@ -34,6 +34,6 @@ post-patch: ${WRKSRC}/src/script.c \ ${WRKSRC}/src/gtypist.c \ ${WRKSRC}/src/utf8.c - ${REINPLACE_CMD} -e 's/-lncursesw/-l${NCURSES_IMPL}/g' ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's/-lncursesw/${NCURSESLIBS}/g' ${WRKSRC}/configure .include <bsd.port.mk> |