diff options
author | Brian Feldman <green@FreeBSD.org> | 1999-08-24 05:16:30 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 1999-08-24 05:16:30 +0000 |
commit | 88151d4faa067091ca0ac77db4830f7e7cd48b5b (patch) | |
tree | 8a7922ba61b70d5f3574d2f3e20a4e0c1b196725 | |
parent | Add xpm background and transparency support by default (diff) |
Fix my e-mail address here too. Thanks, Bill!
Notes
Notes:
svn path=/head/; revision=20918
Diffstat (limited to '')
-rw-r--r-- | irc/tkirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/tkirc/Makefile b/irc/tkirc/Makefile index 981901ee4405..0c35acb0e3cc 100644 --- a/irc/tkirc/Makefile +++ b/irc/tkirc/Makefile @@ -3,7 +3,7 @@ # Date created: Jan 15 1998 # Whom: brianfeldman@hotmail.com # -# $Id: Makefile,v 1.7 1999/06/28 02:21:11 billf Exp $ +# $Id: Makefile,v 1.8 1999/06/28 05:47:42 mharo Exp $ # DISTNAME= tkirc1.202 @@ -11,7 +11,7 @@ PKGNAME= tkirc-1.202 CATEGORIES= irc tk80 MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/ -MAINTAINER= brianfeldman@hotmail.com +MAINTAINER= green@FreeBSD.org RUN_DEPENDS= irc:${PORTSDIR}/irc/ircII \ wish8.0:${PORTSDIR}/x11-toolkits/tk80 |