aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-11-19 19:51:30 +0000
committerJohn Marino <marino@FreeBSD.org>2016-11-19 19:51:30 +0000
commit5076e0d2f0935607318cc79bbc971686b2c43a7a (patch)
tree3175819ddf3ab517405bd9fcfdd6462ebbb2d828 /editors
parent40a6888ae988097d03d2ce50436a6b01db51a13c (diff)
downloadports-5076e0d2f0935607318cc79bbc971686b2c43a7a.tar.gz
ports-5076e0d2f0935607318cc79bbc971686b2c43a7a.zip
editors/nvi-devel: Fix ports ncurses header detection
Approved by: ncurses blanket
Notes
Notes: svn path=/head/; revision=426536
Diffstat (limited to 'editors')
-rw-r--r--editors/nvi-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile
index 77ab857397c7..976cc9012559 100644
--- a/editors/nvi-devel/Makefile
+++ b/editors/nvi-devel/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_SCRIPT= ../dist/configure
WIDECHAR_CONFIGURE_ON= --enable-widechar
-CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include
+CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include -I${NCURSESINC}
LDFLAGS+= -L${BDB_LIB_DIR} -L${LOCALBASE}/lib
post-patch: