diff options
author | wiz <wiz> | 2009-08-08 21:16:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-08 21:16:19 +0000 |
commit | 1d194b31e27a57b81c0a8e94ff9746ee47896076 (patch) | |
tree | f10d18d40028e7766975169898c5bae8b912e9d0 /devel/boost-python | |
parent | 72d76ffcf810535a88c556b8fc18ff105872ac5c (diff) | |
download | pkgsrc-1d194b31e27a57b81c0a8e94ff9746ee47896076.tar.gz |
Allow python26. From Jan Danielsson.
Diffstat (limited to 'devel/boost-python')
-rw-r--r-- | devel/boost-python/Makefile | 4 |
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" |