pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/iftop Use the curses framework.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bd3115babb3
branches:  trunk
changeset: 356713:8bd3115babb3
user:      roy <roy%pkgsrc.org@localhost>
date:      Wed Jan 04 01:16:50 2017 +0000

description:
Use the curses framework.

diffstat:

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

diffs (18 lines):

diff -r b1bb1c9b346a -r 8bd3115babb3 net/iftop/Makefile
--- a/net/iftop/Makefile        Wed Jan 04 00:10:43 2017 +0000
+++ b/net/iftop/Makefile        Wed Jan 04 01:16:50 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2015/08/18 07:31:15 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/04 01:16:50 roy Exp $
 #
 
 DISTNAME=      iftop-0.17
@@ -14,7 +14,7 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-resolver=netdb_1thread
 
-.include "../../devel/ncurses/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index