diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-28 05:47:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-28 05:47:42 +0000 |
commit | fdd42d9226eb5c28e5def60c7145ad1d5d9a3007 (patch) | |
tree | 8a64d6b49d17eb6779c4f8c21de1ce284595c79c /irc/tkirc | |
parent | Fix a typo (p5-SNMP_Simple -> p5-SNMP_Session) (diff) |
ircII is now located in ports/irc
Notes
Notes:
svn path=/head/; revision=19858
Diffstat (limited to 'irc/tkirc')
-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 889050ac3372..981901ee4405 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.6 1998/08/07 23:56:44 asami Exp $ +# $Id: Makefile,v 1.7 1999/06/28 02:21:11 billf Exp $ # DISTNAME= tkirc1.202 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/ MAINTAINER= brianfeldman@hotmail.com -RUN_DEPENDS= irc:${PORTSDIR}/net/ircII \ +RUN_DEPENDS= irc:${PORTSDIR}/irc/ircII \ wish8.0:${PORTSDIR}/x11-toolkits/tk80 WRKSRC= ${WRKDIR}/tkirc |