summaryrefslogtreecommitdiff
path: root/net/ettercap
diff options
context:
space:
mode:
authorwiz <wiz>2008-04-28 22:08:14 +0000
committerwiz <wiz>2008-04-28 22:08:14 +0000
commit1062beeaecd242c7eccfb33b6ba5c47bb5340492 (patch)
tree877b327512e8b5911274c5efbc132e6895881262 /net/ettercap
parent281b27a2b7bcefbe74af5d899edebf843266fd11 (diff)
downloadpkgsrc-1062beeaecd242c7eccfb33b6ba5c47bb5340492.tar.gz
Replace USE_NCURSES with INCOMPAT_CURSES, now that PR 24928 is fixed.
Diffstat (limited to 'net/ettercap')
-rw-r--r--net/ettercap/Makefile5
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