pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2017Q1]: pkgsrc/net/iftop Pullup ticket #5359 - requested by s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5cba470bd965
branches: pkgsrc-2017Q1
changeset: 360296:5cba470bd965
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Tue Apr 25 18:01:45 2017 +0000
description:
Pullup ticket #5359 - requested by sevan
net/iftop: build fix
Revisions pulled up:
- net/iftop/Makefile 1.19
---
Module Name: pkgsrc
Committed By: sborrill
Date: Mon Apr 24 12:15:28 UTC 2017
Modified Files:
pkgsrc/net/iftop: Makefile
Log Message:
Fix builtin vs ncurses detection
diffstat:
net/iftop/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a3766c0df636 -r 5cba470bd965 net/iftop/Makefile
--- a/net/iftop/Makefile Tue Apr 25 17:59:54 2017 +0000
+++ b/net/iftop/Makefile Tue Apr 25 18:01:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/01/04 01:16:50 roy Exp $
+# $NetBSD: Makefile,v 1.18.2.1 2017/04/25 18:01:45 bsiegert 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