diff options
author | tnn <tnn> | 2008-03-16 23:33:57 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-03-16 23:33:57 +0000 |
commit | eef7422c41d8512c6d983816460d28568503f15a (patch) | |
tree | d5b6738c20ef9368eaed5d5d28679a963cfa74e2 /devel/boost-python | |
parent | a15df5f4d67f2930b62ee074bf8f66ba97202680 (diff) | |
download | pkgsrc-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/Makefile | 4 |
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" |