diff options
author | jseger <jseger@FreeBSD.org> | 1998-03-21 04:58:41 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-03-21 04:58:41 +0000 |
commit | 95824f5f7988e3500d579548f343692fa50987b4 (patch) | |
tree | 5165e9af88020dffad41777d23da3103160af6be /irc/zircon/Makefile | |
parent | 5ac1fd3fcababae98cbd12504419edd2208d31e7 (diff) | |
download | FreeBSD-ports-95824f5f7988e3500d579548f343692fa50987b4.zip FreeBSD-ports-95824f5f7988e3500d579548f343692fa50987b4.tar.gz |
Upgrade to zircon-1.18.109. Revert to tk-8.0.
Diffstat (limited to 'irc/zircon/Makefile')
-rw-r--r-- | irc/zircon/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 44e48ed..69a0834 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: zircon -# Version required: 1.18.91 +# Version required: 1.18.109 # Date created: 19 Aug 1995 # Whom: jkh / pst # -# $Id: Makefile,v 1.24 1998/02/12 14:28:01 jseger Exp $ +# $Id: Makefile,v 1.25 1998/02/24 21:43:48 jseger Exp $ # -DISTNAME= zircon-1.18.91 -CATEGORIES= net tk81 +DISTNAME= zircon-1.18.109 +CATEGORIES= net tk80 MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ MAINTAINER= jseger@FreeBSD.org -BUILD_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 -RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 +BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 IS_INTERACTIVE= yes NO_BUILD= yes |