diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-24 13:36:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-24 13:36:17 +0000 |
commit | 0fd75d08517d8c0d76d3a1cfcfc8282fe8c45113 (patch) | |
tree | 9c4dd5c4a53e387166028cad038a33be1a4af87b /net/ettercap | |
parent | acd19bd6f4ce7ba9c179bb955a8e053c49350cd9 (diff) | |
download | pkgsrc-0fd75d08517d8c0d76d3a1cfcfc8282fe8c45113.tar.gz |
Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
Diffstat (limited to 'net/ettercap')
-rw-r--r-- | net/ettercap/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile index 75e2edfcbcb..0bd71aeef20 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/11/19 21:07:57 agc Exp $ +# $NetBSD: Makefile,v 1.9 2003/01/24 13:36:20 wiz Exp $ DISTNAME= ettercap-0.6.7 CATEGORIES= security net @@ -14,8 +14,7 @@ CONFIGURE_ARGS+= --enable-plugins \ USE_BUILDLINK2= yes -# missing newpad() -USE_NCURSES= yes +USE_NCURSES= # newpad(), MAX_FORM_COMMAND PTHREAD_OPTS+= require post-install: |