diff options
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r-- | graphics/cairo/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 5ab19011b69..2d0c87c796d 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2008/04/28 15:09:16 tnn Exp $ +# $NetBSD: Makefile,v 1.64 2008/05/14 15:26:14 obache Exp $ DISTNAME= cairo-1.6.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -25,6 +25,8 @@ CONFIGURE_ARGS+= --enable-ps PLIST_VARS+= carbon .if exists(/System/Library/Frameworks/Carbon.framework) CONFIGURE_ARGS+= --enable-quartz +CONFIGURE_ARGS+= --enable-quartz-font +CONFIGURE_ARGS+= --enable-quartz-image PLIST.carbon= yes .endif |