diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boost-headers/Makefile | 4 | ||||
-rw-r--r-- | devel/boost-libs/Makefile | 4 | ||||
-rw-r--r-- | devel/boost-python/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/boost-headers/Makefile b/devel/boost-headers/Makefile index caf06261754..ad935b01569 100644 --- a/devel/boost-headers/Makefile +++ b/devel/boost-headers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/07/01 19:38:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2007/06/02 17:51:48 jmmv Exp $ # BOOST_PACKAGE= headers @@ -9,7 +9,7 @@ BOOST_CONFIG= generate BJAM_ARGS+= --with-unknown # disable all libraries -.include "../../devel/boost-build/bjam.mk" +.include "../../devel/boost-jam/bjam.mk" # The following is a quick hack to let boost compile under NetBSD with GCC 4. .include "../../mk/bsd.prefs.mk" diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index d7697c803ed..9dc06010a7a 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/07/13 17:59:37 heinz Exp $ +# $NetBSD: Makefile,v 1.7 2007/06/02 17:51:48 jmmv Exp $ # BOOST_PACKAGE= libs @@ -11,7 +11,7 @@ BOOST_INSTALL_LIBS= yes BJAM_ARGS+= --without-python BJAM_ARGS+= --without-serialization # Requires wide I/O -.include "../../devel/boost-build/bjam.mk" +.include "../../devel/boost-jam/bjam.mk" do-build: bjam-build 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 |