diff options
Diffstat (limited to 'net/ettercap/Makefile')
-rw-r--r-- | net/ettercap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile index 18ca83d5ef1..fe78da07f40 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2008/01/18 05:08:41 tnn Exp $ +# $NetBSD: Makefile,v 1.43 2008/04/28 22:08:14 wiz Exp $ DISTNAME= ettercap-0.6.b PKGREVISION= 4 @@ -17,7 +17,8 @@ CONFIGURE_ARGS+= --enable-https .include "options.mk" -USE_NCURSES= # putwin() +# putwin() appeared in 4.99.60 +INCOMPAT_CURSES= NetBSD-[0-3]* NetBSD-4.[0-9].* NetBSD-4.99.[012345]* USE_OLD_DES_API= yes PTHREAD_OPTS+= require PTHREAD_AUTO_VARS= yes |