diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-23 07:58:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-23 07:58:26 +0000 |
commit | 61af595a2fed88e277857007bd65c7925fe198ee (patch) | |
tree | 8b6b095d363f4dff6ce4f5e8dbad18b80176e46d /graphics/cairo/Makefile | |
parent | 724dd1746f85ab8ba9dfce852965bfba37c79175 (diff) | |
download | pkgsrc-61af595a2fed88e277857007bd65c7925fe198ee.tar.gz |
Add xextproto buildlink3.mk, needed at least on NetBSD-5.1 with modular
xorg.
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r-- | graphics/cairo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 86c6ac5b326..81a3b719700 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2012/10/22 14:53:58 wiz Exp $ +# $NetBSD: Makefile,v 1.115 2012/10/23 07:58:26 wiz Exp $ DISTNAME= cairo-1.12.6 CATEGORIES= graphics @@ -52,5 +52,6 @@ BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.1.9 #.include "../../print/libspectre/buildlink3.mk" BUILDLINK_API_DEPENDS.pixman+= pixman>=0.22.0 .include "../../x11/pixman/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |