pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/iftop Fix builtin vs ncurses detection



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45cf0f460a98
branches:  trunk
changeset: 361664:45cf0f460a98
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Mon Apr 24 12:15:27 2017 +0000

description:
Fix builtin vs ncurses detection

diffstat:

 net/iftop/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 394d37688f33 -r 45cf0f460a98 net/iftop/Makefile
--- a/net/iftop/Makefile        Mon Apr 24 10:08:40 2017 +0000
+++ b/net/iftop/Makefile        Mon Apr 24 12:15:27 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/01/04 01:16:50 roy Exp $
+# $NetBSD: Makefile,v 1.19 2017/04/24 12:15:27 sborrill Exp $
 #
 
 DISTNAME=      iftop-0.17
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.ex-parrot.com/~pdw/iftop/download/
 COMMENT=       Display bandwidth usage on an interface
 
-USE_NCURSES=           chgat
+USE_CURSES=            chgat
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-resolver=netdb_1thread
 



Home | Main Index | Thread Index | Old Index