diff options
Diffstat (limited to 'irc')
-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 |