diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-26 20:34:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-26 20:34:26 +0000 |
commit | 3cae6737ef47865668369ff10628bea3996bb9eb (patch) | |
tree | 856def7cf0b2db620047ee2a147b3db824b3dccc /chat/ekg | |
parent | 52e52695aff223bf07d013d06d9f22a68a61cad1 (diff) | |
download | pkgsrc-3cae6737ef47865668369ff10628bea3996bb9eb.tar.gz |
Update comment why ncurses are needed (using internal, ewww).
Diffstat (limited to 'chat/ekg')
-rw-r--r-- | chat/ekg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile index b57e931a9c1..842d4ebf57e 100644 --- a/chat/ekg/Makefile +++ b/chat/ekg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/03/26 02:27:35 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2004/03/26 20:34:26 wiz Exp $ # DISTNAME= ekg-1.4 @@ -15,7 +15,7 @@ USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_GNU_READLINE= YES USE_LIBTOOL= YES -USE_NCURSES= YES # KEY_RESIZE, ncurses internals +USE_NCURSES= YES # ncurses internals GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-ui-ncurses |