diff options
Diffstat (limited to 'shells/wcd/Makefile')
-rw-r--r-- | shells/wcd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/wcd/Makefile b/shells/wcd/Makefile index ecd4d1721f71..7bd9c1a42ac0 100644 --- a/shells/wcd/Makefile +++ b/shells/wcd/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/doc/copying.txt USES= gmake ncurses MAKE_ARGS= EXT= PREFIX=${PREFIX} docsubdir=${PORTNAME} \ - mandir=${PREFIX}/man LIB_CURSES=-l${NCURSES_IMPL} + mandir=${PREFIX}/man LIB_CURSES="${NCURSESILBS} CFLAGS+= -I${NCURSESINC} OPTIONS_DEFINE= DOCS NLS |