svn commit: r464480 - head/editors/mp

Pietro Cerutti gahr at FreeBSD.org
Wed Mar 14 10:01:32 UTC 2018


Author: gahr
Date: Wed Mar 14 10:01:31 2018
New Revision: 464480
URL: https://svnweb.freebsd.org/changeset/ports/464480

Log:
  editors/mp: fix build with ncurses from base

Modified:
  head/editors/mp/Makefile

Modified: head/editors/mp/Makefile
==============================================================================
--- head/editors/mp/Makefile	Wed Mar 14 09:59:28 2018	(r464479)
+++ head/editors/mp/Makefile	Wed Mar 14 10:01:31 2018	(r464480)
@@ -50,6 +50,7 @@ GTK3_CONFIGURE_ON=	--with-gtk=3
 
 NCURSES_USES=		ncurses
 NCURSES_CONFIGURE_WITH=	curses
+NCURSES_CFLAGS=		-I${NCURSESBASE}/include
 
 QT4_USE=		qt4=corelib,gui,moc_build \
 			xorg=x11


More information about the svn-ports-head mailing list