diff options
Diffstat (limited to 'devel/stfl/Makefile')
-rw-r--r-- | devel/stfl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/stfl/Makefile b/devel/stfl/Makefile index a7b6927abbfc..95cb47ba7c64 100644 --- a/devel/stfl/Makefile +++ b/devel/stfl/Makefile @@ -23,7 +23,7 @@ MAKE_ENV= LDLIBS="${LDFLAGS}" post-patch: @${REINPLACE_CMD} -e 's|-Os||;/gcc/d;/-MM/s|-I.|$${CFLAGS}|; \ /pkgconfig/s|$$(libdir)|libdata| ; \ - s/-lncursesw/-l${NCURSES_IMPL}/g' \ + s/-lncursesw/${NCURSESLIBS}/g' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e '/Libs.private/s|$$| ${ICONV_LIB}|' \ ${WRKSRC}/stfl.pc.in |