diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-20 10:09:24 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-20 10:09:24 +0000 |
commit | b3c3ea25da7a136f482d2ac15dbc5a7a0b53bfe9 (patch) | |
tree | dcbc99affc5df30cb7848231b92dae88a12d13f8 | |
parent | 6e6b9cff6e3ab0924478edb65870db7c7be12d7e (diff) | |
download | freebsd-ports-b3c3ea25da7a136f482d2ac15dbc5a7a0b53bfe9.zip |
- Convert to USES=tcl
-rw-r--r-- | irc/znc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 92c7acbb7fea..ae44b34d30f2 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -54,8 +54,7 @@ USE_PERL5+= run build .endif .if ${PORT_OPTIONS:MTCL} -USE_TCL= 84+ -.include "${PORTSDIR}/Mk/bsd.tcl.mk" +USES+= tcl CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} .endif |