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 /chat | |
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 'chat')
-rw-r--r-- | chat/centericq/Makefile | 4 | ||||
-rw-r--r-- | chat/ekg/Makefile | 4 | ||||
-rw-r--r-- | chat/naim/Makefile | 5 |
3 files changed, 6 insertions, 7 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index f3bef4a67cd..9fce61b68ce 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/11/30 12:41:05 salo Exp $ +# $NetBSD: Makefile,v 1.10 2003/01/24 13:36:18 wiz Exp $ # DISTNAME= centericq-4.6.5 @@ -11,7 +11,7 @@ COMMENT= Instant Messenger interface (ICQ2000, Yahoo!, and MSN support) USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes -USE_NCURSES= yes +USE_NCURSES= # ESCDELAY USE_CXX= yes GNU_CONFIGURE= yes LIBS= ${LDFLAGS} diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile index 72d03d8db72..c46a14cf5c4 100644 --- a/chat/ekg/Makefile +++ b/chat/ekg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/01/16 08:21:51 salo Exp $ +# $NetBSD: Makefile,v 1.10 2003/01/24 13:36:18 wiz Exp $ # DISTNAME= ekg-20030114 @@ -12,7 +12,7 @@ HOMEPAGE= http://dev.null.pl/ekg/ COMMENT= Experimental Gadu-Gadu Client (Polish instant messaging system) USE_GNU_READLINE= YES -USE_NCURSES= YES # Package insist on it (patch it out?) +USE_NCURSES= # KEY_RESIZE, ncurses internals GNU_CONFIGURE= YES USE_GMAKE= YES USE_BUILDLINK2= YES diff --git a/chat/naim/Makefile b/chat/naim/Makefile index b01791b77d3..c1c42c46c81 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/12/23 16:14:38 cjep Exp $ +# $NetBSD: Makefile,v 1.9 2003/01/24 13:36:18 wiz Exp $ # DISTNAME= naim-0.11.4.9 @@ -14,8 +14,7 @@ GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -# newpad, keyname, wattr_get, wattr_set, pnoutrefresh, use_default_colors -USE_NCURSES= YES +USE_NCURSES= # keyname, wattr_get, wattr_set .include "../../devel/ncurses/buildlink2.mk" .include "../../devel/readline/buildlink2.mk" |