summaryrefslogtreecommitdiff
path: root/devel/boost-python
diff options
context:
space:
mode:
authortnn <tnn>2008-03-16 23:33:57 +0000
committertnn <tnn>2008-03-16 23:33:57 +0000
commiteef7422c41d8512c6d983816460d28568503f15a (patch)
treed5b6738c20ef9368eaed5d5d28679a963cfa74e2 /devel/boost-python
parenta15df5f4d67f2930b62ee074bf8f66ba97202680 (diff)
downloadpkgsrc-eef7422c41d8512c6d983816460d28568503f15a.tar.gz
Use $BOOST_BUILD_PATH, not $HOME. PR pkg/38061 from Gary Duzan.
(this was fallout from introduction of mk/check/check-fakehome.mk)
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 1ca42158d9b..ce5df8712b0 100644
--- a/devel/boost-python/Makefile
+++ b/devel/boost-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/02/05 23:01:59 heinz Exp $
+# $NetBSD: Makefile,v 1.10 2008/03/16 23:33:57 tnn Exp $
#
BOOST_PACKAGE= python
@@ -10,7 +10,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/boost/Makefile.common"
BJAM_ARGS+= --with-python
-MAKE_ENV+= HOME=${WRKSRC}
+MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}
.include "../../devel/boost-jam/bjam.mk"
.include "../../lang/python/application.mk"