summaryrefslogtreecommitdiff
path: root/graphics/cairomm/buildlink3.mk
diff options
context:
space:
mode:
authoradam <adam>2011-05-12 11:12:48 +0000
committeradam <adam>2011-05-12 11:12:48 +0000
commite9de36f757be1e1eeaff914c41fbe43666bb4e32 (patch)
tree0199b8d639be10eed805a23a78e314f74a0989b1 /graphics/cairomm/buildlink3.mk
parent5739ae30b3a1ade2f75615d9569dff687a5df771 (diff)
downloadpkgsrc-e9de36f757be1e1eeaff914c41fbe43666bb4e32.tar.gz
Changes 1.10.0:
* Documentation: Context::arc(): Correct the documentation, as in the C documentation. Changes 1.9.8: * Surface: - added create() for creating a sub-surface representing a rectangle on a target surface - PDF versioning API: get_versions(), restrict_to_version(), version_to_string() - add get_device() - add new surface type enum values * Device - add acquire() and release() functions - Add Device::Lock convenience class * Region - UNSTABLE API CHANGE: Fix do_union(), subtract(), intersect() to throw exceptions instead of returning error statuses to be consistent with the rest of the cairomm API - add xor() functions - add API for creating a region from a list of rectangles - implement copy()
Diffstat (limited to 'graphics/cairomm/buildlink3.mk')
-rw-r--r--graphics/cairomm/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cairomm/buildlink3.mk b/graphics/cairomm/buildlink3.mk
index 36c2f35c3ac..5bab6733c36 100644
--- a/graphics/cairomm/buildlink3.mk
+++ b/graphics/cairomm/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2011/01/13 13:36:23 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2011/05/12 11:12:48 adam Exp $
BUILDLINK_TREE+= cairomm
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= cairomm
CAIROMM_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.cairomm+= cairomm>=1.2.2
-BUILDLINK_ABI_DEPENDS.cairomm?= cairomm>=1.8.6nb1
+BUILDLINK_ABI_DEPENDS.cairomm+= cairomm>=1.8.6nb1
BUILDLINK_PKGSRCDIR.cairomm?= ../../graphics/cairomm
.include "../../graphics/cairo/buildlink3.mk"