pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/net/iftop



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Apr 25 18:01:45 UTC 2017

Modified Files:
        pkgsrc/net/iftop [pkgsrc-2017Q1]: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.18.2.1 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.18.2.1
--- pkgsrc/net/iftop/Makefile:1.18      Wed Jan  4 01:16:50 2017
+++ pkgsrc/net/iftop/Makefile   Tue Apr 25 18:01:45 2017
@@ -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 @@ 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