diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-11 12:33:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-11 12:33:35 +0000 |
commit | 316e605a567d57dec09a4822fcfa35fb517c02e2 (patch) | |
tree | 9a87c4e1605491a20868c697bc88f738ad747df7 /chat | |
parent | 8194477e32ecdb0285c58d9e1b704f1f0b0a247a (diff) | |
download | pkgsrc-316e605a567d57dec09a4822fcfa35fb517c02e2.tar.gz |
Forget to comment out and mark i2cb as broken.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/Makefile | 4 | ||||
-rw-r--r-- | chat/i2cb/Makefile | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/chat/Makefile b/chat/Makefile index 9d540772bb7..bc2a9519fad 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.149 2009/08/17 21:16:18 wiz Exp $ +# $NetBSD: Makefile,v 1.150 2010/02/11 12:33:35 joerg Exp $ # COMMENT= Communication programs @@ -35,7 +35,7 @@ SUBDIR+= gnomeicu SUBDIR+= goofey SUBDIR+= gossip SUBDIR+= gtmess -SUBDIR+= i2cb +#SUBDIR+= i2cb SUBDIR+= i2cbd SUBDIR+= icb SUBDIR+= icbirc diff --git a/chat/i2cb/Makefile b/chat/i2cb/Makefile index e25a67fa145..389c12f905b 100644 --- a/chat/i2cb/Makefile +++ b/chat/i2cb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2009/08/20 15:24:58 jwise Exp $ +# $NetBSD: Makefile,v 1.21 2010/02/11 12:33:35 joerg Exp $ # DISTNAME= i2cb-6.0_ALPHA @@ -12,6 +12,8 @@ COMMENT= Next generation Internet Citicen's Band chat client PKG_DESTDIR_SUPPORT= user-destdir +BROKEN= Depends on TCL 8.3 + WRKSRC= ${WRKDIR}/icb USE_GNU_READLINE= yes |