diff options
author | tron <tron@pkgsrc.org> | 2001-09-07 06:26:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-09-07 06:26:45 +0000 |
commit | b26e3c3c6e8f2f3cb334737b1628482abe7cfb4f (patch) | |
tree | 019fd0aeabc5aab926a3920833c1504bb16a4174 /chat | |
parent | 8f99a3bbc5d13cc365c5aa697ce88016bf4ee67e (diff) | |
download | pkgsrc-b26e3c3c6e8f2f3cb334737b1628482abe7cfb4f.tar.gz |
Add and enable "tkirc2". Fixes PR pkg/13887 by Kevin Lo.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/Makefile b/chat/Makefile index fb6415546cb..ca905cbc6c5 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/08/14 21:39:05 thorpej Exp $ +# $NetBSD: Makefile,v 1.16 2001/09/07 06:26:45 tron Exp $ # COMMENT= communication programs @@ -25,6 +25,7 @@ SUBDIR+= sirc SUBDIR+= tirc SUBDIR+= tkicb SUBDIR+= tkirc +SUBDIR+= tkirc2 SUBDIR+= xchat SUBDIR+= ymessenger SUBDIR+= zenicb |