diff options
author | jmmv <jmmv> | 2007-06-02 17:51:48 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2007-06-02 17:51:48 +0000 |
commit | 532b93dea14c50d35aa28f3975635dde74058a06 (patch) | |
tree | 6d7cf39793688648cda8c5df7df9e4b6bbe3aa20 /devel/boost-libs/Makefile | |
parent | 7af910f1e167d226e6952ca4464033aa86fdee6f (diff) | |
download | pkgsrc-532b93dea14c50d35aa28f3975635dde74058a06.tar.gz |
Fix path to bjam.mk: it now lives inside boost-jam, not boost-build.
Diffstat (limited to 'devel/boost-libs/Makefile')
-rw-r--r-- | devel/boost-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |