diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-20 09:08:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-20 09:08:46 +0000 |
commit | 5b3717417fa784b79e49c95ac5e0e2813b3b95bc (patch) | |
tree | 6307b6a55fdb226bfc1084a8f0b8cc97cc339463 /chat/naim/Makefile | |
parent | 60511a1127647fc953169cc75e2261504b2e88ce (diff) | |
download | pkgsrc-5b3717417fa784b79e49c95ac5e0e2813b3b95bc.tar.gz |
Update comment on why naim is not using native curses.
Diffstat (limited to 'chat/naim/Makefile')
-rw-r--r-- | chat/naim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile index af3a316cfea..3a117048939 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/06/08 21:25:42 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2003/06/20 09:08:46 wiz Exp $ # DISTNAME= naim-0.11.5.9 @@ -14,7 +14,7 @@ GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -USE_NCURSES= # keyname (perhaps also wattr_get, wattr_set) +USE_NCURSES= # assertion "COLOR_PAIRS >= (COLORS*COLORS)" failed: file "./win.c", line 250, function "wsetup_colors" .include "../../devel/ncurses/buildlink2.mk" .include "../../devel/readline/buildlink2.mk" |