diff options
Diffstat (limited to 'devel/boost-python/Makefile')
-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 d3f1f9f1742..b2723ae6336 100644 --- a/devel/boost-python/Makefile +++ b/devel/boost-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2010/05/15 05:42:24 adam Exp $ +# $NetBSD: Makefile,v 1.18 2011/02/24 11:05:35 adam 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= 26 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 .include "../../devel/boost-jam/bjam.mk" .include "../../lang/python/application.mk" |