From 3d4a5438d3b40cb3e80e07af0db3b6635dab8053 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Tue, 24 Feb 1998 21:43:51 +0000 Subject: Upgrade to use tcl8.1 and tk8.1. --- irc/zircon/Makefile | 8 ++++---- irc/zircon/files/patch-aa | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'irc/zircon') diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 18347bd38208..44e48ed5cf6a 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -3,17 +3,17 @@ # Date created: 19 Aug 1995 # Whom: jkh / pst # -# $Id: Makefile,v 1.23 1998/02/10 02:11:11 jseger Exp $ +# $Id: Makefile,v 1.24 1998/02/12 14:28:01 jseger Exp $ # DISTNAME= zircon-1.18.91 -CATEGORIES= net tk80 +CATEGORIES= net tk81 MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ MAINTAINER= jseger@FreeBSD.org -BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +BUILD_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 +RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 IS_INTERACTIVE= yes NO_BUILD= yes diff --git a/irc/zircon/files/patch-aa b/irc/zircon/files/patch-aa index 66415b5d6352..37a59ffec0d5 100644 --- a/irc/zircon/files/patch-aa +++ b/irc/zircon/files/patch-aa @@ -5,7 +5,7 @@ global CC GCC SCflag CFlags Type SLDflag share scflags switch {} $CC {} default return - set CFlags -O -+ set CFlags {-O -I/usr/local/include/tcl8.0} ++ set CFlags {-O -I/usr/local/include/tcl8.1} catch {set CFlags $cflags($Type)} switch BSDI $Type { set CC gcc2 -- cgit v1.2.3