pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/trafshow pthread is now required as per the README



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8086b6b8a120
branches:  trunk
changeset: 507702:8086b6b8a120
user:      jnemeth <jnemeth%pkgsrc.org@localhost>
date:      Tue Feb 07 03:06:01 2006 +0000

description:
pthread is now required as per the README

diffstat:

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

diffs (15 lines):

diff -r f218879dff29 -r 8086b6b8a120 net/trafshow/Makefile
--- a/net/trafshow/Makefile     Tue Feb 07 02:41:32 2006 +0000
+++ b/net/trafshow/Makefile     Tue Feb 07 03:06:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/10/11 17:02:50 reed Exp $
+# $NetBSD: Makefile,v 1.23 2006/02/07 03:06:01 jnemeth Exp $
 
 DISTNAME=      trafshow-5.2.1
 CATEGORIES=    net
@@ -32,4 +32,5 @@
 .include "../../net/libpcap/buildlink3.mk"
 
 .include "../../mk/curses.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index