pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ncdu Check for vw_printw in builtin curses



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d628c0ec3a83
branches:  trunk
changeset: 361666:d628c0ec3a83
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Mon Apr 24 12:17:24 2017 +0000

description:
Check for vw_printw in builtin curses

diffstat:

 sysutils/ncdu/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9d3544e02e42 -r d628c0ec3a83 sysutils/ncdu/Makefile
--- a/sysutils/ncdu/Makefile    Mon Apr 24 12:16:38 2017 +0000
+++ b/sysutils/ncdu/Makefile    Mon Apr 24 12:17:24 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/01/03 22:40:43 roy Exp $
+# $NetBSD: Makefile,v 1.8 2017/04/24 12:17:24 sborrill Exp $
 
 DISTNAME=      ncdu-1.12
 PKGREVISION=   1
@@ -12,6 +12,7 @@
 
 GNU_CONFIGURE= yes
 FAKE_NCURSES=  yes
+USE_CURSES=    vw_printw
 
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index