pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/iftop Include ../../mk/pthread.buildlink3.mk to ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b2b95e952af
branches:  trunk
changeset: 469918:8b2b95e952af
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Tue Mar 02 21:53:55 2004 +0000

description:
Include ../../mk/pthread.buildlink3.mk to make this compile on NetBSD 1.6.

diffstat:

 net/iftop/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 528efcc9759e -r 8b2b95e952af net/iftop/Makefile
--- a/net/iftop/Makefile        Tue Mar 02 21:01:17 2004 +0000
+++ b/net/iftop/Makefile        Tue Mar 02 21:53:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/02/29 03:31:14 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/03/02 21:53:55 kristerw Exp $
 #
 
 DISTNAME=      iftop-0.16
@@ -15,4 +15,5 @@
 
 .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