diff options
author | jmc <jmc@pkgsrc.org> | 2003-06-06 16:42:33 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-06-06 16:42:33 +0000 |
commit | 84fc54bbf311ba3ff1402f8c362f30a6aaff8ce2 (patch) | |
tree | b33bf75dbc9157dfd37aff1919622ee74f505746 /chat | |
parent | 13fd36d91e40d9b473b804147adf0c7b5619cb01 (diff) | |
download | pkgsrc-84fc54bbf311ba3ff1402f8c362f30a6aaff8ce2.tar.gz |
Make INCOMPAT_CURSES pick up netbsd 1.6.1 correctly
Diffstat (limited to 'chat')
-rw-r--r-- | chat/centericq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index 8f6803e9b20..09610b1e3d8 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/05/29 23:14:07 grant Exp $ +# $NetBSD: Makefile,v 1.19 2003/06/06 16:42:33 jmc Exp $ # DISTNAME= centericq-4.9.2 @@ -20,7 +20,7 @@ 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.[45]*-* NetBSD-1.6 NetBSD-1.6.[1-9]* INCOMPAT_CURSES+= NetBSD-1.6[A-T]-* .include "../../devel/glib/buildlink2.mk" |