summaryrefslogtreecommitdiff
path: root/net/ettercap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ettercap/Makefile')
-rw-r--r--net/ettercap/Makefile6
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"