summaryrefslogtreecommitdiff
path: root/chat/naim
diff options
context:
space:
mode:
authorwiz <wiz>2004-04-15 09:17:30 +0000
committerwiz <wiz>2004-04-15 09:17:30 +0000
commit3e68af690d1d7a7290ec62203db57d5f40b72aa7 (patch)
treede510b3dc31aa4398dab78e07fb2005cfecd98bc /chat/naim
parentd52437927ff962ff9f89caa25c6ebd20f26c10fd (diff)
downloadpkgsrc-3e68af690d1d7a7290ec62203db57d5f40b72aa7.tar.gz
Compiles with native curses on 1.6ZL and newer; use INCOMPAT_CURSES
instead of USE_NCURSES.
Diffstat (limited to 'chat/naim')
-rw-r--r--chat/naim/Makefile6
1 files changed, 4 insertions, 2 deletions
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"