summaryrefslogtreecommitdiff
path: root/net/iftop
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-03-20 19:36:58 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-03-20 19:36:58 +0000
commit844e45900f3c19b88810fb065dc49bcf804e79fe (patch)
treeeafeaa839fcdafb5d7c4f8691e9682890b00ec8b /net/iftop
parent5dc560397bda381c9f7ab9c08e5a05a1a282ff9a (diff)
downloadpkgsrc-844e45900f3c19b88810fb065dc49bcf804e79fe.tar.gz
Convert to bl3 now that ncurses/builtin.mk has been updated to create
the curses.h -> ncurses.h symlink.
Diffstat (limited to 'net/iftop')
-rw-r--r--net/iftop/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/iftop/Makefile b/net/iftop/Makefile
index dab85d69d2e..de25684d469 100644
--- a/net/iftop/Makefile
+++ b/net/iftop/Makefile
@@ -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 @@ MAINTAINER= xtraeme@NetBSD.org
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"