diff options
author | joerg <joerg@pkgsrc.org> | 2010-03-17 15:18:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-03-17 15:18:18 +0000 |
commit | fd79b172f15353766727200e792e90d928fdbcfb (patch) | |
tree | 2ad75dca4f0f194f0f8c89d24bafcbd9d5432b79 /devel | |
parent | 54be8e78fb03400758a1ef2959929acf05bce003 (diff) | |
download | pkgsrc-fd79b172f15353766727200e792e90d928fdbcfb.tar.gz |
USE_NCURSES=# -> USE_NCURSES=yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cgdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile index 7066ea4d58a..5a47eeb6cb2 100644 --- a/devel/cgdb/Makefile +++ b/devel/cgdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/12/09 18:35:20 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2010/03/17 15:18:18 joerg Exp $ # DISTNAME= cgdb-0.4.0 @@ -16,7 +16,7 @@ MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes USE_TOOLS+= gmake -USE_NCURSES= # tigetstr() +USE_NCURSES= yes # tigetstr() USE_GNU_READLINE= # rl_mark and others MAKE_ENV+= AM_LDFLAGS=-L${WRKSRC}/various/util/src |