diff options
author | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /irc/tkirc/Makefile | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | freebsd-ports-graphics-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz freebsd-ports-graphics-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.zst freebsd-ports-graphics-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'irc/tkirc/Makefile')
-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 b0535f85377..8f6aaeb87ae 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.4 1998/03/07 15:38:45 hoek Exp $ +# $Id: Makefile,v 1.5 1998/04/14 09:27:21 jkh Exp $ # DISTNAME= tkirc1.202 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/ MAINTAINER= brianfeldman@hotmail.com RUN_DEPENDS= irc:${PORTSDIR}/net/ircII \ - wish8.0:${PORTSDIR}/x11/tk80 + wish8.0:${PORTSDIR}/x11-toolkits/tk80 WRKSRC= ${WRKDIR}/tkirc NO_BUILD= yes |