diff options
author | dholland <dholland@pkgsrc.org> | 2012-04-07 17:31:12 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-04-07 17:31:12 +0000 |
commit | 161bfa08735c26ff6188f3a20bc3f416a3c48f27 (patch) | |
tree | 2aa045412507044f082cef7e66ec6406eef9aff9 /chat/centericq/Makefile | |
parent | a0643209daec3ac038288aab412fe626d28081d4 (diff) | |
download | pkgsrc-161bfa08735c26ff6188f3a20bc3f416a3c48f27.tar.gz |
Mark BROKEN; has not been buildable in some years. Will be removed in
due course unless someone fixes it. (Successor is chat/centerim.)
Diffstat (limited to 'chat/centericq/Makefile')
-rw-r--r-- | chat/centericq/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index 6d633d34733..7cdb205cd46 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2011/11/26 17:21:15 marino Exp $ +# $NetBSD: Makefile,v 1.76 2012/04/07 17:31:12 dholland Exp $ # DISTNAME= centericq-4.21.0 @@ -28,6 +28,8 @@ 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.*-* +BROKEN= Not compilable due to C++ language drift, and dead upstream. + NOT_FOR_PLATFORM+= DragonFly-2.1[0-9]-* DragonFly-[3-9].*-* PKG_DESTDIR_SUPPORT= user-destdir |