summaryrefslogtreecommitdiff
path: root/devel/boost-python
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-08-08 21:16:19 +0000
committerwiz <wiz@pkgsrc.org>2009-08-08 21:16:19 +0000
commita02dc28e709c281b942b44dbdb6c0532a6fd1019 (patch)
treef10d18d40028e7766975169898c5bae8b912e9d0 /devel/boost-python
parent7d89ebfb797bcfb1c844d5a8e75f2a4b4d79030f (diff)
downloadpkgsrc-a02dc28e709c281b942b44dbdb6c0532a6fd1019.tar.gz
Allow python26. From Jan Danielsson.
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 a5fba14fafc..3f10ce6575b 100644
--- a/devel/boost-python/Makefile
+++ b/devel/boost-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/09/13 16:14:13 jmmv Exp $
+# $NetBSD: Makefile,v 1.12 2009/08/08 21:16:19 wiz Exp $
#
BOOST_PACKAGE= python
@@ -12,7 +12,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= 25
+PYTHON_VERSIONS_ACCEPTED= 26 25
.include "../../devel/boost-jam/bjam.mk"
.include "../../lang/python/application.mk"