diff options
author | pi <pi@FreeBSD.org> | 2016-11-21 13:44:54 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-11-21 13:44:54 +0800 |
commit | 9698ed9d6180cc5e61d9630b38ad747eb8030ece (patch) | |
tree | 13c6a46649b192d3a1887cd37bce9452318f5613 /textproc/fzf | |
parent | fdb80b199cb5d01a0b3224ee5359fda87a1c6696 (diff) | |
download | freebsd-ports-gnome-9698ed9d6180cc5e61d9630b38ad747eb8030ece.tar.gz freebsd-ports-gnome-9698ed9d6180cc5e61d9630b38ad747eb8030ece.tar.zst freebsd-ports-gnome-9698ed9d6180cc5e61d9630b38ad747eb8030ece.zip |
textproc/fzf: re-fix headers inclusion for ports-based ncurses
PR: 214678
Submitted by: marino
Approved by: ncurses blanket
Diffstat (limited to 'textproc/fzf')
-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 8140f93738dc..d155853ca082 100644 --- a/textproc/fzf/Makefile +++ b/textproc/fzf/Makefile @@ -20,6 +20,7 @@ GH_SUBDIR:= src/github.com/${GH_ACCOUNT}/${PORTNAME} GH_TUPLE= junegunn:go-runewidth:63c378b:runwidth/src/github.com/junegunn/go-runewidth \ junegunn:go-shellwords:35d512a:shellwords/src/github.com/junegunn/go-shellwords \ junegunn:go-isatty:66b8e73:isatty/src/github.com/junegunn/go-isatty +MAKE_ENV+= CGO_CPPFLAGS="-I${NCURSESINC}" PLIST_FILES= bin/fzf man/man1/fzf.1.gz |