diff options
author | jseger <jseger@FreeBSD.org> | 1999-10-29 17:03:29 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-10-29 17:03:29 +0000 |
commit | e6c952ae770927accc3ff7fe0796c3c25a571a85 (patch) | |
tree | 4cf7f3b294a6eaaf419554f37b5e7436824de49a /irc/zircon/Makefile | |
parent | 63433684c8e82ee30c36999dc27216092f4c9802 (diff) | |
download | FreeBSD-ports-e6c952ae770927accc3ff7fe0796c3c25a571a85.zip FreeBSD-ports-e6c952ae770927accc3ff7fe0796c3c25a571a85.tar.gz |
Upgrade to zircon-1.18.223
switch to tcl/tk-8.2
Diffstat (limited to 'irc/zircon/Makefile')
-rw-r--r-- | irc/zircon/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 7deb2cf..103998e 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: zircon -# Version required: 1.18.223 +# Version required: 1.18.226 # Date created: 19 Aug 1995 # Whom: jkh / pst # # $FreeBSD$ # -DISTNAME= zircon-1.18.223 -CATEGORIES= irc tk81 +DISTNAME= zircon-1.18.226 +CATEGORIES= irc tk82 MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ \ ftp://ftp.dinoex.sub.org/pub/approved/ MAINTAINER= jseger@FreeBSD.org -RUN_DEPENDS= wish8.1:${PORTSDIR}/x11-toolkits/tk81 +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 IS_INTERACTIVE= yes NO_BUILD= yes |