diff options
author | wiz <wiz> | 2004-03-26 20:34:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-03-26 20:34:26 +0000 |
commit | 1db54651eb5ff266e72f10c18f87037213a22f32 (patch) | |
tree | 856def7cf0b2db620047ee2a147b3db824b3dccc | |
parent | ecf888f7a66f00fda41badde873ebeac6926ed6c (diff) | |
download | pkgsrc-1db54651eb5ff266e72f10c18f87037213a22f32.tar.gz |
Update comment why ncurses are needed (using internal, ewww).
-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 |