From 3e68af690d1d7a7290ec62203db57d5f40b72aa7 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 15 Apr 2004 09:17:30 +0000 Subject: Compiles with native curses on 1.6ZL and newer; use INCOMPAT_CURSES instead of USE_NCURSES. --- chat/naim/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chat/naim') diff --git a/chat/naim/Makefile b/chat/naim/Makefile index fe3d488794d..327ec45fbf7 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/03/28 01:14:04 snj Exp $ +# $NetBSD: Makefile,v 1.32 2004/04/15 09:17:30 wiz Exp $ DISTNAME= naim-0.11.6.7 CATEGORIES= chat @@ -12,9 +12,11 @@ COMMENT= Ncurses-based AIM, ICQ, IRC and Lily client GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_LIBTOOL= yes -USE_NCURSES= # assertion "COLOR_PAIRS >= (COLORS*COLORS)" failed: file "./win.c", line 250, function "wsetup_colors" CONFIGURE_ARGS+= --mandir=${PREFIX}/man +INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* +INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-K]* + .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3