diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-08 14:00:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-08 14:00:58 +0000 |
commit | fb92cc22e14f20ea4dfc3e86517a9902014c225b (patch) | |
tree | c6dd08eb20dee5b29c4a3aa469984772040ceb69 /devel | |
parent | 715d3fc9fdba57b1e2a160f62d18f06dbef2eada (diff) | |
download | pkgsrc-fb92cc22e14f20ea4dfc3e86517a9902014c225b.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cgdb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |