svn commit: r426536 - head/editors/nvi-devel

John Marino marino at FreeBSD.org
Sat Nov 19 19:51:32 UTC 2016


Author: marino
Date: Sat Nov 19 19:51:30 2016
New Revision: 426536
URL: https://svnweb.freebsd.org/changeset/ports/426536

Log:
  editors/nvi-devel: Fix ports ncurses header detection
  
  Approved by:	ncurses blanket

Modified:
  head/editors/nvi-devel/Makefile

Modified: head/editors/nvi-devel/Makefile
==============================================================================
--- head/editors/nvi-devel/Makefile	Sat Nov 19 19:47:22 2016	(r426535)
+++ head/editors/nvi-devel/Makefile	Sat Nov 19 19:51:30 2016	(r426536)
@@ -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:


More information about the svn-ports-all mailing list