summaryrefslogtreecommitdiff
path: root/devel/boost-headers
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-02-27 17:40:10 +0000
committerjmmv <jmmv>2005-02-27 17:40:10 +0000
commitbd86638abbce538dc5b9dd7e9c32aec221d02fc8 (patch)
tree4d74a2110ef70fe4cb601796a03ec55418c0c9c1 /devel/boost-headers
parent2c5ee027c3cfd0ac86b2a4c16ee76a4d2197a86d (diff)
downloadpkgsrc-bd86638abbce538dc5b9dd7e9c32aec221d02fc8.tar.gz
Include pthread.buildlink3.mk; it's needed during the configure stage.
Pointed out by tv@.
Diffstat (limited to 'devel/boost-headers')
-rw-r--r--devel/boost-headers/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/boost-headers/Makefile b/devel/boost-headers/Makefile
index e697f6e2f0c..19b103dc87c 100644
--- a/devel/boost-headers/Makefile
+++ b/devel/boost-headers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2005/02/26 22:48:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/27 17:40:10 jmmv Exp $
#
BOOST_PACKAGE= headers
@@ -19,4 +19,5 @@ do-install: bjam-install
${FIND} ${PREFIX}/include/boost \
-type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE}
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"