summaryrefslogtreecommitdiff
path: root/devel/boost-python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/boost-python/Makefile')
-rw-r--r--devel/boost-python/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/boost-python/Makefile b/devel/boost-python/Makefile
index ce5df8712b0..a5fba14fafc 100644
--- a/devel/boost-python/Makefile
+++ b/devel/boost-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/03/16 23:33:57 tnn Exp $
+# $NetBSD: Makefile,v 1.11 2008/09/13 16:14:13 jmmv Exp $
#
BOOST_PACKAGE= python
@@ -9,8 +9,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/boost/Makefile.common"
+BJAM_ARGS+= --user-config=${WRKSRC}/user-config.jam
BJAM_ARGS+= --with-python
MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}
+PYTHON_VERSIONS_ACCEPTED= 25
.include "../../devel/boost-jam/bjam.mk"
.include "../../lang/python/application.mk"