diff options
author | frueauf <frueauf@pkgsrc.org> | 2002-04-09 21:48:25 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2002-04-09 21:48:25 +0000 |
commit | 7c4297232f3ece811bd602ce1054a2988db8165f (patch) | |
tree | c2ab7216e261c1e05d38366b93c9f55c8728019a | |
parent | ce075752dd077d0c23759da34c08213ac1fa3a4a (diff) | |
download | pkgsrc-7c4297232f3ece811bd602ce1054a2988db8165f.tar.gz |
fix rcsid, set USE_PTHREAD="native pth" and include mk/pthread.buildlink.mk
instead from pth directly.
-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" |