From 972b37b954e8c36c936512b3c3a5f0fc5609ada7 Mon Sep 17 00:00:00 2001 From: frueauf Date: Tue, 9 Apr 2002 21:48:25 +0000 Subject: fix rcsid, set USE_PTHREAD="native pth" and include mk/pthread.buildlink.mk instead from pth directly. --- net/ettercap/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/ettercap') diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile index 0a79cb48468..61228e7efaa 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/09 21:48:25 frueauf Exp $ DISTNAME= ettercap-0.6.4 CATEGORIES= security net @@ -11,10 +11,10 @@ COMMENT= Multipurpose sniffer/interceptor/logger for switched LAN GNU_CONFIGURE= yes USE_CURSES= yes +USE_PTHREAD= native pth -WRKSRC= ${WRKDIR}/${DISTNAME} CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib .include "../../devel/ncurses/buildlink.mk" -.include "../../devel/pth/buildlink.mk" +.include "../../mk/pthread.buildlink.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3