From 3cde60ed0390862c43c7a3d631165fd321ccf13d Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 8 Sep 2004 14:00:58 +0000 Subject: This needs tigetstr from ncurses and rl_mark and others from GNU readline, so set USE_NCURSES and USE_GNU_READLINE. Should fix bulk build. --- devel/cgdb/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/cgdb') diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile index 9a126be492e..1915e50b146 100644 --- a/devel/cgdb/Makefile +++ b/devel/cgdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/05/07 01:14:47 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/09/08 14:00:58 wiz Exp $ # DISTNAME= cgdb-0.4.0 @@ -12,6 +12,8 @@ COMMENT= Curses-based interface to the GNU Debugger (GDB) USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make +USE_NCURSES= # tigetstr() +USE_GNU_READLINE= # rl_mark and others do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cgdb -- cgit v1.2.3