diff options
Diffstat (limited to 'irc/znc/Makefile')
-rw-r--r-- | irc/znc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/znc/Makefile b/irc/znc/Makefile index d2f08cb358ce..d13769ff7dce 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -54,7 +54,7 @@ PERL_USES= perl5 PYTHON_BUILD_DEPENDS= swig30>=3.0.0:devel/swig30 PYTHON_CONFIGURE_ON= --enable-python=python-${PYTHON_VER} --enable-swig PYTHON_USE= perl5=build -PYTHON_USES= perl5 python:3 +PYTHON_USES= perl5 python:3.4+ TCL_CONFIGURE_ENABLE= tcl TCL_CONFIGURE_ON= --with-tcl=${TCL_LIBDIR} TCL_USES= tcl |