pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/iftop



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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/iftop/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/iftop/Makefile
diff -u pkgsrc/net/iftop/Makefile:1.18 pkgsrc/net/iftop/Makefile:1.19
--- pkgsrc/net/iftop/Makefile:1.18      Wed Jan  4 01:16:50 2017
+++ pkgsrc/net/iftop/Makefile   Mon Apr 24 12:15:27 2017
@@ -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 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 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