svn commit: r356141 - head/irc/znc

Rene Ladan rene at FreeBSD.org
Sun Jun 1 15:37:41 UTC 2014


Author: rene
Date: Sun Jun  1 15:37:41 2014
New Revision: 356141
URL: http://svnweb.freebsd.org/changeset/ports/356141
QAT: https://qat.redports.org/buildarchive/r356141/

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

Modified:
  head/irc/znc/Makefile

Modified: head/irc/znc/Makefile
==============================================================================
--- head/irc/znc/Makefile	Sun Jun  1 15:34:06 2014	(r356140)
+++ head/irc/znc/Makefile	Sun Jun  1 15:37:41 2014	(r356141)
@@ -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
 


More information about the svn-ports-head mailing list