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 | |
parent | My last attempt to fix 5.x was incorrect for 4.x. Move a #endif around so (diff) |
- add comments about tk84 problmes
Notes
Notes:
svn path=/head/; revision=104811
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 |