diff options
author | tron <tron@pkgsrc.org> | 2010-09-14 19:08:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-09-14 19:08:29 +0000 |
commit | 359243c8716b9a5a61f3dd9dfd233100cae70c07 (patch) | |
tree | bf4dab56cda952668ad035f06990ca65ef06b895 /graphics/cairo | |
parent | 3ed1cb9b637f5d9dc4494c3e1db10b8abffe5718 (diff) | |
download | pkgsrc-359243c8716b9a5a61f3dd9dfd233100cae70c07.tar.gz |
We don't need to set the required "pixman" version here anymore.
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index d13c6434020..b7023a7f15f 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2010/09/13 12:23:01 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2010/09/14 19:08:29 tron Exp $ DISTNAME= cairo-1.10.0 CATEGORIES= graphics @@ -44,7 +44,6 @@ BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.1.9 .include "../../graphics/png/buildlink3.mk" # include? #.include "../../print/libspectre/buildlink3.mk" -BUILDLINK_API_DEPENDS.pixman+= pixman>=0.18.4 .include "../../x11/pixman/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |