diff options
author | joerg <joerg> | 2010-03-17 15:18:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-03-17 15:18:18 +0000 |
commit | 88fd328865cf589fa3f528bbf2916d55807f731e (patch) | |
tree | 2ad75dca4f0f194f0f8c89d24bafcbd9d5432b79 /devel/cgdb | |
parent | 40aaf5a024bf8a422e4f56061a2b7cbf018f685a (diff) | |
download | pkgsrc-88fd328865cf589fa3f528bbf2916d55807f731e.tar.gz |
USE_NCURSES=# -> USE_NCURSES=yes
Diffstat (limited to 'devel/cgdb')
-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 |