pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cairo Depend on correct freetype2 version. Ad...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a39722411b2
branches:  trunk
changeset: 550176:5a39722411b2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 16 17:32:01 2008 +0000

description:
Depend on correct freetype2 version. Add comment about the possibility
to include libspectre (not enabled). Should we?

diffstat:

 graphics/cairo/Makefile |  13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 98a10e1ea98d -r 5a39722411b2 graphics/cairo/Makefile
--- a/graphics/cairo/Makefile   Sun Nov 16 17:24:52 2008 +0000
+++ b/graphics/cairo/Makefile   Sun Nov 16 17:32:01 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2008/11/16 17:20:14 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2008/11/16 17:32:01 wiz Exp $
 
 DISTNAME=      cairo-1.8.4
 CATEGORIES=    graphics
@@ -33,9 +33,6 @@
 
 .include "options.mk"
 
-BUILDLINK_API_DEPENDS.glitz+=  glitz>=0.5.1
-BUILDLINK_API_DEPENDS.pixman+= pixman>=0.12.0
-
 # For snprintf() and ctime_r()
 CPPFLAGS.SunOS+=               -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS
 
@@ -43,9 +40,15 @@
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
+BUILDLINK_API_DEPENDS.freetype2+=      freetype2>=2.1.9
 .include "../../graphics/freetype2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glitz+=  glitz>=0.5.1
 .include "../../graphics/glitz/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
+# include?
+#.include "../../print/libspectre/buildlink3.mk"
+BUILDLINK_API_DEPENDS.pixman+= pixman>=0.12.0
 .include "../../x11/pixman/buildlink3.mk"
+
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index