summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz>2012-10-23 10:11:51 +0000
committerwiz <wiz>2012-10-23 10:11:51 +0000
commit87c2e73b456584b195f4cdd3e3598d6ea46c5e5e (patch)
tree49b27e91e75e2e182400812271d5606a5d10fe90 /graphics
parent70481be384c1e7e8d86660f64d30490090e214f0 (diff)
downloadpkgsrc-87c2e73b456584b195f4cdd3e3598d6ea46c5e5e.tar.gz
As drochner remarks, the problem with missing xextproto is, once again,
that libXext/bl3.mk doesn't include xextproto/bl3.mk. Since the supposed gains for this are minimal and the annoyances are high, do include xextproto/bl3.mk in libXext/bl3.mk.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cairo/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 81a3b719700..905a7433d68 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2012/10/23 07:58:26 wiz Exp $
+# $NetBSD: Makefile,v 1.116 2012/10/23 10:11:52 wiz Exp $
DISTNAME= cairo-1.12.6
CATEGORIES= graphics
@@ -52,6 +52,5 @@ 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"