diff options
author | drochner <drochner> | 2005-08-19 16:14:54 +0000 |
---|---|---|
committer | drochner <drochner> | 2005-08-19 16:14:54 +0000 |
commit | 981b0f1ef459e484ec01e5b6ec7af7d55e77f205 (patch) | |
tree | b3daf7a4e27c009014abde5fa5f9347d45051f32 | |
parent | e7a98e0143870822394463e5653027897f20553d (diff) | |
download | pkgsrc-981b0f1ef459e484ec01e5b6ec7af7d55e77f205.tar.gz |
this explicitely requires glitz-0.4.4
-rw-r--r-- | graphics/cairo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 1343760e7df..8ea885366f3 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/08/11 15:25:20 adam Exp $ +# $NetBSD: Makefile,v 1.22 2005/08/19 16:14:54 drochner Exp $ DISTNAME= cairo-0.9.0 CATEGORIES= graphics @@ -20,6 +20,8 @@ CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc BUILDLINK_DEPENDS.freetype2+= freetype2>=2.1.5 BUILDLINK_DEPENDS.Xft2+= Xft2>=2.1.2 BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8 +BUILDLINK_DEPENDS.glitz+= glitz>=0.4.4 +BUILDLINK_DEPENDS.libpixman+= libpixman>=0.1.5 .include "../../fonts/fontconfig/buildlink3.mk" .include "../../fonts/Xft2/buildlink3.mk" |