pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/cairo Add xextproto buildlink3.mk, needed at ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/044e93aeadd0
branches:  trunk
changeset: 610398:044e93aeadd0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 23 07:58:26 2012 +0000

description:
Add xextproto buildlink3.mk, needed at least on NetBSD-5.1 with modular
xorg.

diffstat:

 graphics/cairo/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r e6400033166b -r 044e93aeadd0 graphics/cairo/Makefile
--- a/graphics/cairo/Makefile   Tue Oct 23 06:04:28 2012 +0000
+++ b/graphics/cairo/Makefile   Tue Oct 23 07:58:26 2012 +0000
@@ -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 @@
 #.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"



Home | Main Index | Thread Index | Old Index