diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2007-08-30 00:54:34 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2007-08-30 00:54:34 +0000 |
commit | 97830f367f3aaedf577081d380016dc83fb42e95 (patch) | |
tree | 256b1edda738878135c0c96244b72c1ed71d2bbf /chat/centericq | |
parent | 6d3d375aabee9a44356164b5c023d5f3ac936628 (diff) | |
download | pkgsrc-97830f367f3aaedf577081d380016dc83fb42e95.tar.gz |
- add NetBSD 4.x to INCOMPAT_CURSES
- add conflict with new centerim package
Diffstat (limited to 'chat/centericq')
-rw-r--r-- | chat/centericq/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index 37b3ea424a2..09e9fd6963e 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2007/07/19 00:43:40 lkundrak Exp $ +# $NetBSD: Makefile,v 1.68 2007/08/30 00:54:34 jnemeth Exp $ # DISTNAME= centericq-4.21.0 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://thekonst.net/eng/software/centericq/info.html COMMENT= Instant Messenger interface supporting many protocols +CONFLICTS= centerim-[0-9]* + USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake perl:run USE_LANGUAGES= c c++ @@ -25,6 +27,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" |