summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-06-10 16:51:48 +0000
committerjmc <jmc@pkgsrc.org>2003-06-10 16:51:48 +0000
commitf9872f0273a007bb62003feb881335fdceb0bab5 (patch)
tree944a560e72faa859f52ad8bc50de8962e84cfb76 /chat
parentc737270251828ce1a95b4285256a75db2fb3fc40 (diff)
downloadpkgsrc-f9872f0273a007bb62003feb881335fdceb0bab5.tar.gz
Clean up INCOMPAT_CURSES to work right with 1.6.1_STABLE
Diffstat (limited to 'chat')
-rw-r--r--chat/centericq/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile
index 09610b1e3d8..13095d43288 100644
--- a/chat/centericq/Makefile
+++ b/chat/centericq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/06/06 16:42:33 jmc Exp $
+# $NetBSD: Makefile,v 1.20 2003/06/10 16:51:48 jmc Exp $
#
DISTNAME= centericq-4.9.2
@@ -20,8 +20,8 @@ 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]-*
+INCOMPAT_CURSES+= NetBSD-1.[45]*-* NetBSD-1.6-* NetBSD-1.6.[1-9]-*
+INCOMPAT_CURSES+= NetBSD-1.6_*-* NetBSD-1.6.[1-9]_*-* NetBSD-1.6[A-T]-*
.include "../../devel/glib/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"