summaryrefslogtreecommitdiff
path: root/irc/zircon
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-02-24 21:43:51 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-02-24 21:43:51 +0000
commit3d4a5438d3b40cb3e80e07af0db3b6635dab8053 (patch)
tree9137a73e7f46f611647c62150ba20da9a5009917 /irc/zircon
parentactivate sendfile (diff)
Upgrade to use tcl8.1 and tk8.1.
Notes
Notes: svn path=/head/; revision=9912
Diffstat (limited to 'irc/zircon')
-rw-r--r--irc/zircon/Makefile8
-rw-r--r--irc/zircon/files/patch-aa2
2 files changed, 5 insertions, 5 deletions
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