aboutsummaryrefslogtreecommitdiffstats
path: root/editors/nvi-devel
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-11-20 03:51:30 +0800
committermarino <marino@FreeBSD.org>2016-11-20 03:51:30 +0800
commit0b00f684d790f414fb41f484fbb1bd7604114997 (patch)
tree3175819ddf3ab517405bd9fcfdd6462ebbb2d828 /editors/nvi-devel
parentaa96dc197b5eb578a6d7d8f98df96b649f162368 (diff)
downloadfreebsd-ports-gnome-0b00f684d790f414fb41f484fbb1bd7604114997.tar.gz
freebsd-ports-gnome-0b00f684d790f414fb41f484fbb1bd7604114997.tar.zst
freebsd-ports-gnome-0b00f684d790f414fb41f484fbb1bd7604114997.zip
editors/nvi-devel: Fix ports ncurses header detection
Approved by: ncurses blanket
Diffstat (limited to 'editors/nvi-devel')
-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: