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:   roy
Date:           Wed Jan  4 01:16:50 UTC 2017

Modified Files:
        pkgsrc/net/iftop: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/net/iftop/Makefile:1.18
--- pkgsrc/net/iftop/Makefile:1.17      Tue Aug 18 07:31:15 2015
+++ pkgsrc/net/iftop/Makefile   Wed Jan  4 01:16:50 2017
@@ -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 @@ USE_NCURSES=          chgat
 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