summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-07-06 09:05:17 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-07-06 09:05:17 +0000
commit3686f408b6bdf72ab5415736782831e10d177186 (patch)
tree5f64b3dc56911d015f924c57b88c422db2ee6642 /irc
parent- back out patch as requested by kris. (diff)
- update to use tk84
Notes
Notes: svn path=/head/; revision=84267
Diffstat (limited to 'irc')
-rw-r--r--irc/zircon/Makefile2
-rw-r--r--irc/zircon/files/patch-aa2
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile
index 65285832e8e7..3d7302fe0dc7 100644
--- a/irc/zircon/Makefile
+++ b/irc/zircon/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= An X11 interface to Internet Relay Chat
-RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
+RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
NO_BUILD= yes
diff --git a/irc/zircon/files/patch-aa b/irc/zircon/files/patch-aa
index d438438861ab..21795fe21bb2 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.3}
++ set CFlags {-O -I/usr/local/include/tcl8.4}
catch {set CFlags $cflags($Type)}
switch BSDI $Type {
set CC gcc2