diff options
Diffstat (limited to 'chat')
-rw-r--r-- | chat/centerim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/centerim/Makefile b/chat/centerim/Makefile index bdeb35ccd61..b1dba7aea31 100644 --- a/chat/centerim/Makefile +++ b/chat/centerim/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2010/01/18 09:58:40 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2010/11/15 08:55:21 jnemeth Exp $ # DISTNAME= centerim-4.22.9 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= chat MASTER_SITES= http://www.centerim.org/download/releases/ \ http://transacid.de/centerim/releases/ @@ -27,7 +27,7 @@ REPLACE_PERL= misc/cimconv 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.*-* +INCOMPAT_CURSES+= NetBSD-4.*-* NetBSD-5.*-* .include "options.mk" .include "../../mk/bsd.prefs.mk" |