diff options
author | adam <adam> | 2010-08-26 17:40:58 +0000 |
---|---|---|
committer | adam <adam> | 2010-08-26 17:40:58 +0000 |
commit | 0442ecc269a077afcefd51f5916dc9871fed4680 (patch) | |
tree | 8bd9cb509cdf2ee14b866c775b519f1278e38df3 /devel/boost-python | |
parent | f79e3673776761d54acd33e74d64e52c047f4231 (diff) | |
download | pkgsrc-0442ecc269a077afcefd51f5916dc9871fed4680.tar.gz |
Changes 1.44.0:
New Libraries
* Meta State Machine: High-performance expressive UML2 finite state machines,
from Christophe Henry
* Polygon: Booleans/clipping, resizing/offsetting and more for planar polygons
with integral coordinates, from Lucanus Simonson.
Updated Libraries
* Accumulators
* Asio
* Config
* Filesystem
* Foreach
* Hash
* Iostreams
* Math
* MPL
* Multi-index Containers
* Proto
* Regex
* Thread
* TR1
* Type Traits
* uBLAS
* Utility
* Uuid
* Xpressive
Diffstat (limited to 'devel/boost-python')
-rw-r--r-- | devel/boost-python/buildlink3.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/boost-python/buildlink3.mk b/devel/boost-python/buildlink3.mk index 8a17ba2b002..fb51f84b8a7 100644 --- a/devel/boost-python/buildlink3.mk +++ b/devel/boost-python/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.20 2010/05/15 05:42:24 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.21 2010/08/26 17:40:58 adam 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.43.* -BUILDLINK_ABI_DEPENDS.boost-python?= boost-python>=1.43.* +BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.44.* +BUILDLINK_ABI_DEPENDS.boost-python+= boost-python-1.44.* BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python .include "../../devel/boost-headers/buildlink3.mk" |