diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-01-31 20:31:54 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-01-31 20:31:54 +0000 |
commit | eee3e96be72b4131a0de2e9adca4525e5ed91c9a (patch) | |
tree | 077d4fb6dd79e89418258b2435b17b2f72e9b300 /irc/zircon | |
parent | 287cc9340c517748e2fbeeacdca43f42a23cd914 (diff) | |
download | ports-eee3e96be72b4131a0de2e9adca4525e5ed91c9a.tar.gz ports-eee3e96be72b4131a0de2e9adca4525e5ed91c9a.zip |
Notes
Diffstat (limited to 'irc/zircon')
-rw-r--r-- | irc/zircon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index a5c43cf289c8..1a20065d9335 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Aug 1995 # Whom: jkh / pst # -# $Id: Makefile,v 1.34 1998/12/01 09:37:32 obrien Exp $ +# $Id: Makefile,v 1.35 1999/01/26 02:58:39 steve Exp $ # DISTNAME= zircon-1.18.206 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ 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 |