summaryrefslogtreecommitdiff
path: root/devel/boost-python
diff options
context:
space:
mode:
authorwiz <wiz>2011-02-25 09:47:18 +0000
committerwiz <wiz>2011-02-25 09:47:18 +0000
commitf4faf372f86a994ea33fb7e067545387343afcbb (patch)
treeb9ce2c6269b72ed740ad13fce0a5e6992338901f /devel/boost-python
parent3d4d8826a302002460864e35f116b4687e54fbd9 (diff)
downloadpkgsrc-f4faf372f86a994ea33fb7e067545387343afcbb.tar.gz
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'devel/boost-python')
-rw-r--r--devel/boost-python/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-python/Makefile b/devel/boost-python/Makefile
index b2723ae6336..a2c125645d6 100644
--- a/devel/boost-python/Makefile
+++ b/devel/boost-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2011/02/24 11:05:35 adam Exp $
+# $NetBSD: Makefile,v 1.19 2011/02/25 09:47:19 wiz Exp $
BOOST_PACKAGE= python
BOOST_COMMENT= (Boost.Python binary library)
@@ -11,7 +11,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
BJAM_ARGS+= --user-config=${WRKSRC}/user-config.jam
BJAM_ARGS+= --with-python
MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}
-PYTHON_VERSIONS_ACCEPTED= 27 26 25
+PYTHON_VERSIONS_ACCEPTED= 27 27 26 25
.include "../../devel/boost-jam/bjam.mk"
.include "../../lang/python/application.mk"