svn commit: r408538 - head/devel/py-should_dsl

Don Lewis truckman at FreeBSD.org
Tue Feb 9 06:47:48 UTC 2016


Author: truckman
Date: Tue Feb  9 06:47:47 2016
New Revision: 408538
URL: https://svnweb.freebsd.org/changeset/ports/408538

Log:
  Limit python to <=3.2.
  
  Requested by:	koobs
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/devel/py-should_dsl/Makefile

Modified: head/devel/py-should_dsl/Makefile
==============================================================================
--- head/devel/py-should_dsl/Makefile	Tue Feb  9 06:34:54 2016	(r408537)
+++ head/devel/py-should_dsl/Makefile	Tue Feb  9 06:47:47 2016	(r408538)
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-USES=		python
+USES=		python:-3.2
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list