summaryrefslogtreecommitdiff
path: root/net/iftop
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-03-20 16:37:38 +0000
committerwiz <wiz@pkgsrc.org>2004-03-20 16:37:38 +0000
commitf4f63afe4597638ecec0dc6877d3d32860f6024a (patch)
tree7924da043cb05e57b36bd1c75fe65701689117ac /net/iftop
parent1c1ef4f5f67faa46468ebc1da57a9a0599d9ccee (diff)
downloadpkgsrc-f4f63afe4597638ecec0dc6877d3d32860f6024a.tar.gz
Convert to buildlink2 until ncurses' buildlink3.mk is fixed to make
the ncurses.h -> curses.h link.
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 241be693bf2..dab85d69d2e 100644
--- a/net/iftop/Makefile
+++ b/net/iftop/Makefile
@@ -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 @@ MAINTAINER= xtraeme@NetBSD.org
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"