diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-28 22:08:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-28 22:08:14 +0000 |
commit | 0d41c611ab30c9c68c1471d2fe93b7a2fd87c2a0 (patch) | |
tree | 877b327512e8b5911274c5efbc132e6895881262 /net | |
parent | 13beccbfe8a78d9f803655a9e213aacb69a71320 (diff) | |
download | pkgsrc-0d41c611ab30c9c68c1471d2fe93b7a2fd87c2a0.tar.gz |
Replace USE_NCURSES with INCOMPAT_CURSES, now that PR 24928 is fixed.
Diffstat (limited to 'net')
-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 |