summaryrefslogtreecommitdiff
path: root/devel/boost-libs
diff options
context:
space:
mode:
authorheinz <heinz>2006-07-13 17:59:37 +0000
committerheinz <heinz>2006-07-13 17:59:37 +0000
commiteb566145bbad40d0a07e48d7ba035a29fb17384a (patch)
treece664b22e49fd3dda7a34921f7e9f14272f41fb5 /devel/boost-libs
parentea02587645b9b884421431271324e490a0f963b3 (diff)
downloadpkgsrc-eb566145bbad40d0a07e48d7ba035a29fb17384a.tar.gz
boost-libs uses libbz2.so and libz.so (see lib/libboost_iostreams-mt.so),
so include their respective buildlink3 files properly.
Diffstat (limited to 'devel/boost-libs')
-rw-r--r--devel/boost-libs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index f6001ff6b6f..d7697c803ed 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/01/20 20:40:19 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2006/07/13 17:59:37 heinz Exp $
#
BOOST_PACKAGE= libs
@@ -17,5 +17,7 @@ do-build: bjam-build
do-install: boost-install-libs
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"