scons: re-limit this to 2.7

builds with 3.6 have even more errors
This commit is contained in:
wiz 2017-10-04 13:13:59 +00:00
parent e65ea6f18f
commit d7d74c774f

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.38 2017/10/04 11:52:28 wiz Exp $
# $NetBSD: Makefile,v 1.39 2017/10/04 13:13:59 wiz Exp $
DISTNAME= scons-3.0.0
CATEGORIES= devel
@ -12,6 +12,10 @@ LICENSE= mit
REPLACE_PYTHON+= script/scons script/scons-configure-cache
REPLACE_PYTHON+= script/scons-time script/sconsign
# scons-3.0.0 works with python-3.x, but not the many packages
# that have SConstruct files that only work with python-2.x
PYTHON_VERSIONS_ACCEPTED= 27
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"