diff options
Diffstat (limited to 'shells/wcd/Makefile')
-rw-r--r-- | shells/wcd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/wcd/Makefile b/shells/wcd/Makefile index da1df4b37611..0b0fe5a6701f 100644 --- a/shells/wcd/Makefile +++ b/shells/wcd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wcd -PORTVERSION= 5.3.3 +PORTVERSION= 5.3.4 CATEGORIES= shells MASTER_SITES= SF @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/doc/copying.txt USES= gmake ncurses MAKE_ARGS= EXT= PREFIX=${PREFIX} docsubdir=${PORTNAME} \ mandir=${PREFIX}/man +CFLAGS+= -I${NCURSESINC} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes |