summaryrefslogtreecommitdiff
path: root/devel/boost-python
diff options
context:
space:
mode:
authorhans <hans>2012-02-29 14:22:23 +0000
committerhans <hans>2012-02-29 14:22:23 +0000
commit25a21010734960b195c3201f40db148d5b647709 (patch)
tree02041acd93c55efa2c6f30716608cab7f19d04dd /devel/boost-python
parentb75efeecda859b7516caa23ab35eca80cb2a3f8e (diff)
downloadpkgsrc-25a21010734960b195c3201f40db148d5b647709.tar.gz
Update boost to 1.49.0
Changes: New Libraries * Heap: Priority queue data structures, from Tim Blechmann. Details: http://www.boost.org/users/history/version_1_49_0.html
Diffstat (limited to 'devel/boost-python')
-rw-r--r--devel/boost-python/buildlink3.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/boost-python/buildlink3.mk b/devel/boost-python/buildlink3.mk
index 1f78fe507a8..357e4a613e0 100644
--- a/devel/boost-python/buildlink3.mk
+++ b/devel/boost-python/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.25 2012/01/08 11:35:08 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.26 2012/02/29 14:22:24 hans Exp $
BUILDLINK_TREE+= boost-python
@@ -6,8 +6,8 @@ BUILDLINK_TREE+= boost-python
BOOST_PYTHON_BUILDLINK3_MK:=
# Use a dependency pattern that guarantees the proper ABI.
-BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.48.*
-BUILDLINK_ABI_DEPENDS.boost-python+= boost-python-1.48.*
+BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.49.*
+BUILDLINK_ABI_DEPENDS.boost-python+= boost-python-1.49.*
BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python
.include "../../devel/boost-headers/buildlink3.mk"