diff options
| author | John Marino <marino@FreeBSD.org> | 2016-11-20 19:22:31 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2016-11-20 19:22:31 +0000 |
| commit | 3322a7b5f0b7b65f3ba9ec081ef13ccd1b759cc0 (patch) | |
| tree | 2574876f417c38cb4e09521ea7dd9ec0db383056 | |
| parent | 7082de50b7dc9b98ec0633c8935d3bc182ed4737 (diff) | |
Notes
| -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 |
