summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-20 10:09:24 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-20 10:09:24 +0000
commitb3c3ea25da7a136f482d2ac15dbc5a7a0b53bfe9 (patch)
treedcbc99affc5df30cb7848231b92dae88a12d13f8
parent6e6b9cff6e3ab0924478edb65870db7c7be12d7e (diff)
downloadfreebsd-ports-b3c3ea25da7a136f482d2ac15dbc5a7a0b53bfe9.zip
- Convert to USES=tcl
-rw-r--r--irc/znc/Makefile3
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