diff options
author | John Marino <marino@FreeBSD.org> | 2016-11-21 02:13:34 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-11-21 02:13:34 +0800 |
commit | 858e27f5016e36b720bb94bfbe7b6093278ca118 (patch) | |
tree | 2e2cf1eef19d65c077619629b5fc10a79b7d2a4c /misc | |
parent | cbef3e6aba5ee07a59c78c6cbff32cbb6126e296 (diff) | |
download | freebsd-ports-gnome-858e27f5016e36b720bb94bfbe7b6093278ca118.tar.gz freebsd-ports-gnome-858e27f5016e36b720bb94bfbe7b6093278ca118.tar.zst freebsd-ports-gnome-858e27f5016e36b720bb94bfbe7b6093278ca118.zip |
misc/cave: Fix configuration of ports-based ncurses
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cave/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |