summaryrefslogtreecommitdiff
path: root/chat/naim
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-04-15 09:17:30 +0000
committerwiz <wiz@pkgsrc.org>2004-04-15 09:17:30 +0000
commit7ba872fe595d3a57d797c077c22232092e13341a (patch)
treede510b3dc31aa4398dab78e07fb2005cfecd98bc /chat/naim
parent4fd776ee35dfdee819f50257598a3733c214ae27 (diff)
downloadpkgsrc-7ba872fe595d3a57d797c077c22232092e13341a.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"