summaryrefslogtreecommitdiff
path: root/graphics/cairo/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-08-11 15:25:20 +0000
committeradam <adam@pkgsrc.org>2005-08-11 15:25:20 +0000
commitc0325768c5e50c473af7b44e51ae923a038be615 (patch)
treee1db3985850d2b0845a9b6784cf3693dbe5faa5d /graphics/cairo/Makefile
parent2dd078fc145a1e8c12b6432043507a8509d00a14 (diff)
downloadpkgsrc-c0325768c5e50c473af7b44e51ae923a038be615.tar.gz
Changes 0.9.0:
* API changes * Bug fixes * Improvements
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r--graphics/cairo/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 9e2b3ac494f..1343760e7df 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2005/08/10 20:56:17 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/08/11 15:25:20 adam Exp $
-DISTNAME= cairo-0.5.1
+DISTNAME= cairo-0.9.0
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
@@ -21,7 +21,6 @@ BUILDLINK_DEPENDS.freetype2+= freetype2>=2.1.5
BUILDLINK_DEPENDS.Xft2+= Xft2>=2.1.2
BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8
-.include "../../devel/zlib/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
@@ -29,5 +28,4 @@ BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8
.include "../../graphics/libpixman/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/Xrender/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"