summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron>2010-09-14 19:07:00 +0000
committertron <tron>2010-09-14 19:07:00 +0000
commit20f78601d9c497450c977e4382af3f4dc4869d9e (patch)
treeb3d3afdd0391fee458845a18b9e7c80b27dfe293 /x11
parent3fa881f1d8c9953b6ab69e81074b4dd633f5147b (diff)
downloadpkgsrc-20f78601d9c497450c977e4382af3f4dc4869d9e.tar.gz
Set the required API version to 0.18.4 as well to enforce correct
build time dependences.
Diffstat (limited to 'x11')
-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