diff options
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r-- | graphics/cairo/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 7015af6a799..82985287f4b 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,20 +1,19 @@ -# $NetBSD: Makefile,v 1.6 2004/04/04 16:54:22 recht Exp $ -# +# $NetBSD: Makefile,v 1.7 2004/04/27 12:48:44 adam Exp $ -DISTNAME= cairo-0.1.18 +DISTNAME= cairo-0.1.22 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= recht@NetBSD.org -HOMEPAGE= http://cairographics.org/snapshots/ +HOMEPAGE= http://cairographics.org/ COMMENT= Vector graphics library with cross-device output support -USE_X11= yes USE_BUILDLINK3= yes -USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE+= cairo.pc.in +USE_PKGLOCALEDIR= yes +USE_X11= yes GNU_CONFIGURE= yes +PKGCONFIG_OVERRIDE+= cairo.pc.in BUILDLINK_DEPENDS.freetype2+= freetype2>=2.1.5 BUILDLINK_DEPENDS.Xft2+= Xft2>=2.1.2 @@ -23,7 +22,9 @@ BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8 .include "../../devel/pkgconfig/buildlink3.mk" .include "../../fonts/Xft2/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" +.include "../../graphics/glitz/buildlink3.mk" .include "../../graphics/libpixman/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" .include "../../x11/Xrender/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |