diff options
author | wiz <wiz> | 2004-04-05 10:30:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-04-05 10:30:12 +0000 |
commit | 5d5962a24b7df5554a91cc1893edd845942ba98b (patch) | |
tree | 4fc8f0e50c6411734929e8601b8627d7901181c4 | |
parent | 521193d15d7d1ac45a71bb0dde402dc255c22c9b (diff) | |
download | pkgsrc-5d5962a24b7df5554a91cc1893edd845942ba98b.tar.gz |
Update USE_NCURSES comment now that we have *echochar.
-rw-r--r-- | net/ettercap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile index 5cfe91d9e0f..e32989cd1b5 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/03/31 07:12:21 xtraeme Exp $ +# $NetBSD: Makefile,v 1.28 2004/04/05 10:30:12 wiz Exp $ DISTNAME= ettercap-0.6.b PKGREVISION= 1 @@ -17,7 +17,7 @@ CONFIGURE_ARGS+= --enable-plugins \ USE_BUILDLINK3= yes -USE_NCURSES= # putwin(), pechochar() +USE_NCURSES= # putwin() PTHREAD_OPTS+= require MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} LIBS+= -ldes ${PTHREAD_LDFLAGS} |