irc/znc: Fix USE_PYTHON version number, it should be 3+ not 2+

Submitted by:	antoine
This commit is contained in:
Rene Ladan 2014-06-01 15:37:41 +00:00
parent 9548963f52
commit 8b7b090a2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356141

View File

@ -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