summaryrefslogtreecommitdiff
path: root/chat/centerim
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-09-08 11:57:48 +0000
committerjperkin <jperkin@pkgsrc.org>2015-09-08 11:57:48 +0000
commit889f6fdb119d6459e6075a3a698cc86adb2bddad (patch)
treeac5bb8192eb735b234109e3220171135027a6e78 /chat/centerim
parent0ccf9cfceb24ba9ab0a7e8428e7fea6075af11d2 (diff)
downloadpkgsrc-889f6fdb119d6459e6075a3a698cc86adb2bddad.tar.gz
Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
Diffstat (limited to 'chat/centerim')
-rw-r--r--chat/centerim/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/chat/centerim/Makefile b/chat/centerim/Makefile
index ca2e3234b5d..63edfac9295 100644
--- a/chat/centerim/Makefile
+++ b/chat/centerim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2015/08/18 07:31:03 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2015/09/08 11:57:49 jperkin Exp $
#
DISTNAME= centerim-4.22.10
@@ -25,10 +25,7 @@ REPLACE_PERL+= misc/cimconv
REPLACE_PYTHON+= misc/CenterIMLog2HTML.py
REPLACE_AWK+= misc/cimformathistory
-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.*-* NetBSD-5.*-*
+INCOMPAT_CURSES+= NetBSD-[0-5].*-* # see PR 29060
.include "options.mk"
.include "../../mk/bsd.prefs.mk"