diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:51:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:51:27 +0000 |
commit | 07cd20b334bcce67d925d228b1dc798c007141f0 (patch) | |
tree | 0b6795ee15e18090020cfa8444738bad46458587 /chat/tkirc/Makefile | |
parent | 2db9056f6e9918e76e686389fa7de8a0a3ed22b6 (diff) | |
download | pkgsrc-07cd20b334bcce67d925d228b1dc798c007141f0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'chat/tkirc/Makefile')
-rw-r--r-- | chat/tkirc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/tkirc/Makefile b/chat/tkirc/Makefile index 74f6b919c10..4a8868f5615 100644 --- a/chat/tkirc/Makefile +++ b/chat/tkirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/15 02:37:29 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:51:33 wiz Exp $ DISTNAME= tkirc1.202 PKGNAME= tkirc-1.202 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://netsplit.de/tkirc1/ +COMMENT= GUI for the ircII Internet Relay Chat client DEPENDS+= ircII-*:../../chat/ircII DEPENDS+= tk>=8.3.2:../../x11/tk |