aboutsummaryrefslogtreecommitdiff
path: root/irc/zircon
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-03-21 06:48:31 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-03-21 06:48:31 +0000
commit3aeac98c3864cc685a45ed953ce6919ad24911dd (patch)
treeeb179fb288e5d683990628e25a9f4817f5be8c03 /irc/zircon
parentb155426aaf5c7474146f2c2975de6e2672d3dd1c (diff)
downloadports-3aeac98c3864cc685a45ed953ce6919ad24911dd.tar.gz
ports-3aeac98c3864cc685a45ed953ce6919ad24911dd.zip
Notes
Diffstat (limited to 'irc/zircon')
-rw-r--r--irc/zircon/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile
index 5a06b6414364..20d6c7cf1b97 100644
--- a/irc/zircon/Makefile
+++ b/irc/zircon/Makefile
@@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= dinoex
MAINTAINER= dinoex@FreeBSD.org
COMMENT= An X11 interface to Internet Relay Chat
+# zircon will start with tk84, but a lot of functions won't work
+# a lot of variable names conflicts with new functions.
.if defined(ZIRCON_WITH_TCL84) || defined(ZIRCON_WITH_TK84)
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
.else