summaryrefslogtreecommitdiff
path: root/devel/boost-headers
diff options
context:
space:
mode:
authorjmmv <jmmv>2007-06-02 17:51:48 +0000
committerjmmv <jmmv>2007-06-02 17:51:48 +0000
commit532b93dea14c50d35aa28f3975635dde74058a06 (patch)
tree6d7cf39793688648cda8c5df7df9e4b6bbe3aa20 /devel/boost-headers
parent7af910f1e167d226e6952ca4464033aa86fdee6f (diff)
downloadpkgsrc-532b93dea14c50d35aa28f3975635dde74058a06.tar.gz
Fix path to bjam.mk: it now lives inside boost-jam, not boost-build.
Diffstat (limited to 'devel/boost-headers')
-rw-r--r--devel/boost-headers/Makefile4
1 files changed, 2 insertions, 2 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"