diff options
author | frueauf <frueauf> | 2002-04-09 21:48:25 +0000 |
---|---|---|
committer | frueauf <frueauf> | 2002-04-09 21:48:25 +0000 |
commit | 57cbeae0f793d00f57e10cded3d9d393bc90ccab (patch) | |
tree | c2ab7216e261c1e05d38366b93c9f55c8728019a /net | |
parent | a04ed68dac563f0937a8731516cad37ab3dbe696 (diff) | |
download | pkgsrc-57cbeae0f793d00f57e10cded3d9d393bc90ccab.tar.gz |
fix rcsid, set USE_PTHREAD="native pth" and include mk/pthread.buildlink.mk
instead from pth directly.
Diffstat (limited to 'net')
-rw-r--r-- | net/ettercap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |