diff options
author | jnemeth <jnemeth> | 2007-08-30 00:51:42 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2007-08-30 00:51:42 +0000 |
commit | 6cf9088c2025b5da90b61f6d32954072bdad9876 (patch) | |
tree | 487d808ee3fd856fc41c9b71e29c14171daba4e9 /chat | |
parent | f06a25a181d4456a4a98032dc90fc0d6658d4492 (diff) | |
download | pkgsrc-6cf9088c2025b5da90b61f6d32954072bdad9876.tar.gz |
add NetBSD 4.x to INCOMPAT_CURSES
Diffstat (limited to 'chat')
-rw-r--r-- | chat/centerim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/centerim/Makefile b/chat/centerim/Makefile index aaa7ed9268e..7587060d4d5 100644 --- a/chat/centerim/Makefile +++ b/chat/centerim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/08/30 00:47:01 jnemeth Exp $ +# $NetBSD: Makefile,v 1.2 2007/08/30 00:51:42 jnemeth Exp $ # DISTNAME= centerim-4.22.1 @@ -25,6 +25,7 @@ REPLACE_PERL= misc/cicqconv 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]-* INCOMPAT_CURSES+= NetBSD-2.*-* NetBSD-3.*-* # see PR 29060 +INCOMPAT_CURSES+= NetBSD-4.*-* .include "options.mk" .include "../../mk/bsd.prefs.mk" |