diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-21 14:48:31 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-21 14:48:31 +0800 |
commit | 74c7820811924557285904c3ac11f4dc321f12ed (patch) | |
tree | e8a54eadccf3b6bc30725096617c1c2c372f2442 /irc | |
parent | f47b1c005bb0a46b57bc6c86ac7def6dce838e11 (diff) | |
download | freebsd-ports-gnome-74c7820811924557285904c3ac11f4dc321f12ed.tar.gz freebsd-ports-gnome-74c7820811924557285904c3ac11f4dc321f12ed.tar.zst freebsd-ports-gnome-74c7820811924557285904c3ac11f4dc321f12ed.zip |
- add comments about tk84 problmes
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 |