diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-02-23 00:23:29 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-02-23 00:23:29 +0800 |
commit | af0745521e60aa9aecb5f8b86ecadcd28bf8673e (patch) | |
tree | 8ab805162e511a938252a9066f011104aed96189 /irc/zircon | |
parent | 3eff8b60bbc0a2868fe933c7814cc65003a7e252 (diff) | |
download | freebsd-ports-gnome-af0745521e60aa9aecb5f8b86ecadcd28bf8673e.tar.gz freebsd-ports-gnome-af0745521e60aa9aecb5f8b86ecadcd28bf8673e.tar.zst freebsd-ports-gnome-af0745521e60aa9aecb5f8b86ecadcd28bf8673e.zip |
- convert for USE_TK, USE_TCL
Diffstat (limited to 'irc/zircon')
-rw-r--r-- | irc/zircon/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 6c904950aab6..a7ef543de4c9 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -19,17 +19,14 @@ 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 +USE_TK= 84 +USE_TCL= 84 .else -RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 +USE_TK= 83 +USE_TCL= 83 .endif NO_BUILD= yes -.if defined(ZIRCON_WITH_TCL84) || defined(ZIRCON_WITH_TK84) -TCL_VER= 8.4 -.else -TCL_VER= 8.3 -.endif do-configure: ${REINPLACE_CMD} -e 's=%%WISH%%=wish${TCL_VER}=' \ |