diff options
author | tron <tron@pkgsrc.org> | 2008-04-22 10:23:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-04-22 10:23:09 +0000 |
commit | ba2566dd457144ed4157b527d3b2a38b5538a422 (patch) | |
tree | 5cf8614ec5a260f20d3639be8e59b3c7633c012f /graphics/cairo | |
parent | fd9c455edb8a8060f31695e25ee7a7534b50584d (diff) | |
download | pkgsrc-ba2566dd457144ed4157b527d3b2a38b5538a422.tar.gz |
"atsui" support in "cairo" has been deprecated. Remove "atsui" specific
bits (available under Mac OS X only) and correct the package list.
Bump package revision.
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 4 | ||||
-rw-r--r-- | graphics/cairo/PLIST | 4 |
2 files changed, 3 insertions, 5 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 diff --git a/graphics/cairo/PLIST b/graphics/cairo/PLIST index 984456eae79..c6d5e6f59a7 100644 --- a/graphics/cairo/PLIST +++ b/graphics/cairo/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2008/04/21 11:29:33 tnn Exp $ -${PLIST.carbon}include/cairo/cairo-atsui.h +@comment $NetBSD: PLIST,v 1.20 2008/04/22 10:23:09 tron Exp $ include/cairo/cairo-deprecated.h include/cairo/cairo-features.h include/cairo/cairo-ft.h @@ -12,7 +11,6 @@ ${PLIST.x11}include/cairo/cairo-xlib-xrender.h ${PLIST.x11}include/cairo/cairo-xlib.h include/cairo/cairo.h lib/libcairo.la -${PLIST.carbon}lib/pkgconfig/cairo-atsui.pc lib/pkgconfig/cairo-ft.pc lib/pkgconfig/cairo-glitz.pc lib/pkgconfig/cairo-pdf.pc |