diff options
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r-- | graphics/cairo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 35418db29cd..ba3be3f0d39 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2008/04/21 11:29:33 tnn Exp $ +# $NetBSD: Makefile,v 1.62 2008/04/22 10:23:09 tron Exp $ DISTNAME= cairo-1.6.4 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -24,7 +25,6 @@ CONFIGURE_ARGS+= --enable-ps PLIST_VARS+= carbon .if exists(/System/Library/Frameworks/Carbon.framework) CONFIGURE_ARGS+= --enable-quartz -CONFIGURE_ARGS+= --enable-atsui PLIST.carbon= yes .endif |