pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/iftop Convert to bl3 now that ncurses/builtin.mk h...
details: https://anonhg.NetBSD.org/pkgsrc/rev/41d3c9f54925
branches: trunk
changeset: 471175:41d3c9f54925
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sat Mar 20 19:36:58 2004 +0000
description:
Convert to bl3 now that ncurses/builtin.mk has been updated to create
the curses.h -> ncurses.h symlink.
diffstat:
net/iftop/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r c27f9aed3394 -r 41d3c9f54925 net/iftop/Makefile
--- a/net/iftop/Makefile Sat Mar 20 19:31:47 2004 +0000
+++ b/net/iftop/Makefile Sat Mar 20 19:36:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/03/20 16:37:38 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/03/20 19:36:58 xtraeme Exp $
#
DISTNAME= iftop-0.16
@@ -9,11 +9,11 @@
HOMEPAGE= http://www.ex-parrot.com/~pdw/iftop/download/
COMMENT= Display bandwidth usage on an interface
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_NCURSES= # mvchgat()
GNU_CONFIGURE= yes
-.include "../../devel/ncurses/buildlink2.mk"
-.include "../../net/libpcap/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index