From 858e27f5016e36b720bb94bfbe7b6093278ca118 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 20 Nov 2016 18:13:34 +0000 Subject: [PATCH] misc/cave: Fix configuration of ports-based ncurses --- misc/cave/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/cave/Makefile b/misc/cave/Makefile index 8b6f60671180..86cbbe37a08a 100644 --- a/misc/cave/Makefile +++ b/misc/cave/Makefile @@ -12,6 +12,7 @@ COMMENT= Character Animation Viewer for Everyone USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= LIBS="${LDFLAGS} -lncurses" +CPPFLAGS+= -I${NCURSESINC} -I${LOCALBASE}/include PLIST_FILES= bin/${PORTNAME} \ man/man1/cave.1.gz