diff options
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r-- | graphics/cairo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 29f9182e665..f3b28da561c 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/05/11 17:36:25 recht Exp $ +# $NetBSD: Makefile,v 1.9 2004/05/12 09:57:13 jmmv Exp $ DISTNAME= cairo-0.1.23 CATEGORIES= graphics @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= cairo.pc.in BUILDLINK_DEPENDS.freetype2+= freetype2>=2.1.5 +BUILDLINK_DEPENDS.libpixman+= libpixman>=0.1.1 BUILDLINK_DEPENDS.Xft2+= Xft2>=2.1.2 BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8 |