diff options
Diffstat (limited to 'net/httping/Makefile')
-rw-r--r-- | net/httping/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index 4310a5e6c725..6a6f76734700 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -50,7 +50,7 @@ MAKE_ENV+= TFO=yes .endif post-patch-NCURSES-on: - @${REINPLACE_CMD} "s/lncursesw/l${NCURSES_IMPL}/g" ${WRKSRC}/Makefile + @${REINPLACE_CMD} "s/-lncursesw/${NCURSESLIBS}/g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin |