diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-26 22:05:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-26 22:05:10 +0000 |
commit | 0b2b158f56f3af1aa40279c5a860785b3ed53ef4 (patch) | |
tree | 07e725f89d624892c77c140efd653e4435392e17 /chat/centericq | |
parent | 0c66f556beff97b6088c8452e92f61b90db484b7 (diff) | |
download | pkgsrc-0b2b158f56f3af1aa40279c5a860785b3ed53ef4.tar.gz |
Update comment for USE_NCURSES (now that we have ESCDELAY, we are missing
mvaddchnstr()).
Diffstat (limited to 'chat/centericq')
-rw-r--r-- | chat/centericq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index 69c3c2aa257..becaaabf356 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/03/01 02:13:44 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2003/04/26 22:05:10 wiz Exp $ # DISTNAME= centericq-4.9.2 @@ -12,7 +12,7 @@ COMMENT= Instant Messenger interface (ICQ2000, Yahoo!, and MSN support) USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes -USE_NCURSES= # ESCDELAY +USE_NCURSES= # mvaddchnstr() USE_CXX= yes USE_GMAKE= yes GNU_CONFIGURE= yes |