svn commit: r301377 - head/devel/tevent

Ruslan Mahmatkhanov rm at FreeBSD.org
Mon Jul 23 07:16:35 UTC 2012


Author: rm
Date: Mon Jul 23 07:16:34 2012
New Revision: 301377
URL: http://svn.freebsd.org/changeset/ports/301377

Log:
  - strict python version to 2.x (doesn't build with python3)
  
  Approved by:	timur (maintainer)

Modified:
  head/devel/tevent/Makefile

Modified: head/devel/tevent/Makefile
==============================================================================
--- head/devel/tevent/Makefile	Mon Jul 23 07:15:46 2012	(r301376)
+++ head/devel/tevent/Makefile	Mon Jul 23 07:16:34 2012	(r301377)
@@ -22,7 +22,7 @@ LICENSE=		LGPL3
 
 CONFLICTS=
 
-USE_PYTHON_BUILD=	yes
+USE_PYTHON_BUILD=	-2.7
 USE_LDCONFIG=		yes
 HAS_CONFIGURE=		yes
 WAF_TOOL=		buildtools/bin/waf



More information about the svn-ports-all mailing list