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 | 8a5580cfb4b91b9453c013c9d692b22d0502a784 (patch) | |
tree | c6dd08eb20dee5b29c4a3aa469984772040ceb69 /devel/cgdb | |
parent | ff42e5bb82650680a86539370a281fd0a0b70418 (diff) | |
download | pkgsrc-8a5580cfb4b91b9453c013c9d692b22d0502a784.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/cgdb')
-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 |