Tue Sep 14 19:08:30 2010 UTC ()
We don't need to set the required "pixman" version here anymore.


(tron)
diff -r1.82 -r1.83 pkgsrc/graphics/cairo/Makefile

cvs diff -r1.82 -r1.83 pkgsrc/graphics/cairo/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/cairo/Makefile 2010/09/13 12:23:01 1.82
+++ pkgsrc/graphics/cairo/Makefile 2010/09/14 19:08:29 1.83
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.82 2010/09/13 12:23:01 wiz Exp $ 1# $NetBSD: Makefile,v 1.83 2010/09/14 19:08:29 tron Exp $
2 2
3DISTNAME= cairo-1.10.0 3DISTNAME= cairo-1.10.0
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= http://cairographics.org/releases/ 5MASTER_SITES= http://cairographics.org/releases/
6 6
7MAINTAINER= recht@NetBSD.org 7MAINTAINER= recht@NetBSD.org
8HOMEPAGE= http://cairographics.org/ 8HOMEPAGE= http://cairographics.org/
9COMMENT= Vector graphics library with cross-device output support 9COMMENT= Vector graphics library with cross-device output support
10LICENSE= gnu-lgpl-v2.1 AND mpl-1.1 10LICENSE= gnu-lgpl-v2.1 AND mpl-1.1
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14USE_LANGUAGES+= c99 14USE_LANGUAGES+= c99
@@ -34,18 +34,17 @@ PLIST.carbon= yes @@ -34,18 +34,17 @@ PLIST.carbon= yes
34# For snprintf() and ctime_r() 34# For snprintf() and ctime_r()
35CPPFLAGS.SunOS+= -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS 35CPPFLAGS.SunOS+= -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS
36 36
37TEST_TARGET= check 37TEST_TARGET= check
38 38
39.include "../../devel/zlib/buildlink3.mk" 39.include "../../devel/zlib/buildlink3.mk"
40.include "../../fonts/fontconfig/buildlink3.mk" 40.include "../../fonts/fontconfig/buildlink3.mk"
41BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.1.9 41BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.1.9
42.include "../../graphics/freetype2/buildlink3.mk" 42.include "../../graphics/freetype2/buildlink3.mk"
43.include "../../graphics/MesaLib/buildlink3.mk" 43.include "../../graphics/MesaLib/buildlink3.mk"
44.include "../../graphics/png/buildlink3.mk" 44.include "../../graphics/png/buildlink3.mk"
45# include? 45# include?
46#.include "../../print/libspectre/buildlink3.mk" 46#.include "../../print/libspectre/buildlink3.mk"
47BUILDLINK_API_DEPENDS.pixman+= pixman>=0.18.4 
48.include "../../x11/pixman/buildlink3.mk" 47.include "../../x11/pixman/buildlink3.mk"
49 48
50.include "../../mk/pthread.buildlink3.mk" 49.include "../../mk/pthread.buildlink3.mk"
51.include "../../mk/bsd.pkg.mk" 50.include "../../mk/bsd.pkg.mk"