diff options
-rw-r--r-- | textproc/fzf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/fzf/Makefile b/textproc/fzf/Makefile index 095bfffcf8d1..61364d83db55 100644 --- a/textproc/fzf/Makefile +++ b/textproc/fzf/Makefile @@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ${GO_PKGNAME}/src/fzf +MAKE_ENV+= CGO_CPPFLAGS="-I${NCURSESINC}" PLIST_FILES= bin/fzf man/man1/fzf.1.gz |