summaryrefslogtreecommitdiff
path: root/x11/pixman
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2010-09-14 19:07:00 +0000
committertron <tron@pkgsrc.org>2010-09-14 19:07:00 +0000
commit3ed1cb9b637f5d9dc4494c3e1db10b8abffe5718 (patch)
treeb3d3afdd0391fee458845a18b9e7c80b27dfe293 /x11/pixman
parentdc77f886155723eaf5fec1508b6418d848ef5776 (diff)
downloadpkgsrc-3ed1cb9b637f5d9dc4494c3e1db10b8abffe5718.tar.gz
Set the required API version to 0.18.4 as well to enforce correct
build time dependences.
Diffstat (limited to 'x11/pixman')
-rw-r--r--x11/pixman/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/pixman/buildlink3.mk b/x11/pixman/buildlink3.mk
index 882e48bc701..82566632960 100644
--- a/x11/pixman/buildlink3.mk
+++ b/x11/pixman/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.3 2010/09/14 11:03:10 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2010/09/14 19:07:00 tron Exp $
BUILDLINK_TREE+= pixman
.if !defined(PIXMAN_BUILDLINK3_MK)
PIXMAN_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.pixman+= pixman>=0.9.6
+BUILDLINK_API_DEPENDS.pixman+= pixman>=0.18.4
BUILDLINK_ABI_DEPENDS.pixman+= pixman>=0.18.4
BUILDLINK_PKGSRCDIR.pixman?= ../../x11/pixman
.endif # PIXMAN_BUILDLINK3_MK