diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-21 06:48:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-21 06:48:31 +0000 |
commit | 3aeac98c3864cc685a45ed953ce6919ad24911dd (patch) | |
tree | eb179fb288e5d683990628e25a9f4817f5be8c03 /irc/zircon | |
parent | b155426aaf5c7474146f2c2975de6e2672d3dd1c (diff) | |
download | ports-3aeac98c3864cc685a45ed953ce6919ad24911dd.tar.gz ports-3aeac98c3864cc685a45ed953ce6919ad24911dd.zip |
Notes
Diffstat (limited to 'irc/zircon')
-rw-r--r-- | irc/zircon/Makefile | 2 |
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 |