diff options
-rw-r--r-- | net/ettercap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile index 108a1c8d2e5..3b7a3590d86 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/04/09 21:51:30 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 2002/04/10 01:43:03 wiz Exp $ DISTNAME= ettercap-0.6.4 CATEGORIES= security net @@ -10,6 +10,7 @@ COMMENT= Multipurpose sniffer/interceptor/logger for switched LAN GNU_CONFIGURE= yes +# missing newpad() USE_NCURSES= yes USE_PTHREAD= native pth |