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 buildlink2 until ncurses' buildli...
details: https://anonhg.NetBSD.org/pkgsrc/rev/adad81bf2eeb
branches: trunk
changeset: 471166:adad81bf2eeb
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Mar 20 16:37:38 2004 +0000
description:
Convert to buildlink2 until ncurses' buildlink3.mk is fixed to make
the ncurses.h -> curses.h link.
diffstat:
net/iftop/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r 97c4f4feed38 -r adad81bf2eeb net/iftop/Makefile
--- a/net/iftop/Makefile Sat Mar 20 16:29:41 2004 +0000
+++ b/net/iftop/Makefile Sat Mar 20 16:37:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/03/02 21:53:55 kristerw Exp $
+# $NetBSD: Makefile,v 1.3 2004/03/20 16:37:38 wiz 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_BUILDLINK3= yes
+USE_BUILDLINK2= yes
USE_NCURSES= # mvchgat()
GNU_CONFIGURE= yes
-.include "../../devel/ncurses/buildlink3.mk"
-.include "../../net/libpcap/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
+.include "../../devel/ncurses/buildlink2.mk"
+.include "../../net/libpcap/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index