summaryrefslogtreecommitdiff
path: root/chat/centericq
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-05-22 13:27:45 +0000
committerwiz <wiz@pkgsrc.org>2003-05-22 13:27:45 +0000
commit604b09a30d8ca87c96b6855ff65ba188883c6b2c (patch)
tree41a702a6c32efb7c0a5481fb6a714c4f4decad31 /chat/centericq
parentacbed974fe3101aaa8a466883e59ede10db553e7 (diff)
downloadpkgsrc-604b09a30d8ca87c96b6855ff65ba188883c6b2c.tar.gz
mvaddchnstr has been added -- replace USE_NCURSES
by appropriate INCOMPAT_CURSES.
Diffstat (limited to 'chat/centericq')
-rw-r--r--chat/centericq/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile
index c450f67d324..f8322388735 100644
--- a/chat/centericq/Makefile
+++ b/chat/centericq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/05/12 12:03:12 uebayasi Exp $
+# $NetBSD: Makefile,v 1.17 2003/05/22 13:27:45 wiz Exp $
#
DISTNAME= centericq-4.9.2
@@ -12,7 +12,6 @@ COMMENT= Instant Messenger interface (ICQ2000, Yahoo!, and MSN support)
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
-USE_NCURSES= # mvaddchnstr()
USE_CXX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -21,6 +20,9 @@ USE_PERL5= run
REPLACE_PERL= ${WRKSRC}/misc/cicqconf
+INCOMPAT_CURSES+= NetBSD-1.[45]*-* NetBSD-1.6-* NetBSD-1.6.[1-9]-*
+INCOMPAT_CURSES+= NetBSD-1.6[A-T]-*
+
.include "../../devel/glib/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/ncurses/buildlink2.mk"