diff options
author | wiz <wiz> | 2003-05-22 13:27:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-22 13:27:45 +0000 |
commit | bcd956717f0f8f8c9f857c8aac1bc758696b659a (patch) | |
tree | 41a702a6c32efb7c0a5481fb6a714c4f4decad31 | |
parent | 01eaae8eb3e9a482923884e293c98931676be4c1 (diff) | |
download | pkgsrc-bcd956717f0f8f8c9f857c8aac1bc758696b659a.tar.gz |
mvaddchnstr has been added -- replace USE_NCURSES
by appropriate INCOMPAT_CURSES.
-rw-r--r-- | chat/centericq/Makefile | 6 |
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" |