diff options
author | gahr <gahr@FreeBSD.org> | 2018-03-14 18:01:31 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2018-03-14 18:01:31 +0800 |
commit | aad11ee3eba06094efc5fded5e9490c9decced05 (patch) | |
tree | 17cc0f4b7c3b693a68f00185fd9a626bffacb773 /editors | |
parent | f2f00804beb6f3ba6f8254e6169b4c9f6781673c (diff) | |
download | freebsd-ports-gnome-aad11ee3eba06094efc5fded5e9490c9decced05.tar.gz freebsd-ports-gnome-aad11ee3eba06094efc5fded5e9490c9decced05.tar.zst freebsd-ports-gnome-aad11ee3eba06094efc5fded5e9490c9decced05.zip |
editors/mp: fix build with ncurses from base
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile index 6c0ce02c3607..4d1c395f6794 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -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 |