svn commit: r301376 - head/devel/talloc

Ruslan Mahmatkhanov rm at FreeBSD.org
Mon Jul 23 07:15:47 UTC 2012


Author: rm
Date: Mon Jul 23 07:15:46 2012
New Revision: 301376
URL: http://svn.freebsd.org/changeset/ports/301376

Log:
  - strict python version to 2.x (doesn't build with python3)
  
  PR:		170074
  Submitted by:	Kimmo Paasiala <kpaasial at gmail dot com>
  Approved by:	timur (maintainer)

Modified:
  head/devel/talloc/Makefile

Modified: head/devel/talloc/Makefile
==============================================================================
--- head/devel/talloc/Makefile	Mon Jul 23 07:14:38 2012	(r301375)
+++ head/devel/talloc/Makefile	Mon Jul 23 07:15:46 2012	(r301376)
@@ -22,7 +22,7 @@ LICENSE=		LGPL3
 
 CONFLICTS=		samba33-3.*
 
-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