diff options
author | jmmv <jmmv@pkgsrc.org> | 2007-06-02 17:51:48 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2007-06-02 17:51:48 +0000 |
commit | 1e7904fff6c916f75850dcad3e7ab3f0ffa8da08 (patch) | |
tree | 6d7cf39793688648cda8c5df7df9e4b6bbe3aa20 /devel/boost-python | |
parent | ce7d44f45f40d175470dba958478c6a9a3a38c10 (diff) | |
download | pkgsrc-1e7904fff6c916f75850dcad3e7ab3f0ffa8da08.tar.gz |
Fix path to bjam.mk: it now lives inside boost-jam, not boost-build.
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 8db5a8701aa..2a86621e3b8 100644 --- a/devel/boost-python/Makefile +++ b/devel/boost-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:08:40 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2007/06/02 17:51:49 jmmv Exp $ # BOOST_PACKAGE= python @@ -12,7 +12,7 @@ BJAM_ARGS+= --with-python BJAM_ARGS+= -sPYTHON_ROOT=${PREFIX} BJAM_ARGS+= -sPYTHON_VERSION=${PYVERSSUFFIX} -.include "../../devel/boost-build/bjam.mk" +.include "../../devel/boost-jam/bjam.mk" .include "../../lang/python/application.mk" do-build: bjam-build |