diff options
author | steve <steve@FreeBSD.org> | 1999-02-22 11:20:07 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-02-22 11:20:07 +0800 |
commit | adcfdae033438c386ea2d99776b45374cb023bd4 (patch) | |
tree | 056baece78088f56cded353963844504388cfec4 /irc/zircon/Makefile | |
parent | 181ca3dfe0df4163979d7abdfa28697af58b4d08 (diff) | |
download | freebsd-ports-gnome-adcfdae033438c386ea2d99776b45374cb023bd4.tar.gz freebsd-ports-gnome-adcfdae033438c386ea2d99776b45374cb023bd4.tar.zst freebsd-ports-gnome-adcfdae033438c386ea2d99776b45374cb023bd4.zip |
Update to 1.18.210.
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Diffstat (limited to 'irc/zircon/Makefile')
-rw-r--r-- | irc/zircon/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 1a20065d9335..177452a1dba1 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -1,19 +1,18 @@ # New ports collection makefile for: zircon -# Version required: 1.18.171 +# Version required: 1.18.210 # Date created: 19 Aug 1995 # Whom: jkh / pst # # $Id: Makefile,v 1.35 1999/01/26 02:58:39 steve Exp $ # -DISTNAME= zircon-1.18.206 +DISTNAME= zircon-1.18.210 CATEGORIES= net tk81 -MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ +MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ \ + ftp://ftp.dinoex.sub.org/pub/approved/ MAINTAINER= jseger@FreeBSD.org -BROKEN='zircon-1.18.208 is all that is available from the *SINGLE* mastersite' - BUILD_DEPENDS= wish8.1:${PORTSDIR}/x11-toolkits/tk81 RUN_DEPENDS= wish8.1:${PORTSDIR}/x11-toolkits/tk81 |