aboutsummaryrefslogtreecommitdiff
path: root/textproc/fzf
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-11-20 19:22:31 +0000
committerJohn Marino <marino@FreeBSD.org>2016-11-20 19:22:31 +0000
commit3322a7b5f0b7b65f3ba9ec081ef13ccd1b759cc0 (patch)
tree2574876f417c38cb4e09521ea7dd9ec0db383056 /textproc/fzf
parent7082de50b7dc9b98ec0633c8935d3bc182ed4737 (diff)
downloadports-3322a7b5f0b7b65f3ba9ec081ef13ccd1b759cc0.tar.gz
ports-3322a7b5f0b7b65f3ba9ec081ef13ccd1b759cc0.zip
textproc/fzf: Fix headers inclusion for ports-based ncurses
Approved by: ncurses blanket
Notes
Notes: svn path=/head/; revision=426614
Diffstat (limited to 'textproc/fzf')
-rw-r--r--textproc/fzf/Makefile1
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