From 8b7b090a2a6cbcb0f232df795c7169de7909ed0d Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sun, 1 Jun 2014 15:37:41 +0000 Subject: irc/znc: Fix USE_PYTHON version number, it should be 3+ not 2+ Submitted by: antoine --- irc/znc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc') diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 15b8e203573d..4227fffb054f 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} .endif .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= 2 +USE_PYTHON= 3 USE_PERL5+= build .endif -- cgit v1.2.3