diff options
author | drochner <drochner@pkgsrc.org> | 2011-02-12 13:40:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-02-12 13:40:53 +0000 |
commit | 517492a5adee7c5a6078fa754f7230446ecbc8ad (patch) | |
tree | 000a831140c95a0fbbf97b3dc578e47c5c8fbdb5 /graphics/cairo/Makefile | |
parent | 4905be9f1d0776449f5985f2b75eaf68c37ad14e (diff) | |
download | pkgsrc-517492a5adee7c5a6078fa754f7230446ecbc8ad.tar.gz |
put the cairo gobject into its own pkg to avoid the heavy glib dependency
in the base pkg
Diffstat (limited to 'graphics/cairo/Makefile')
-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 05254f16a67..7495dc0ab68 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2011/02/12 12:08:06 obache Exp $ +# $NetBSD: Makefile,v 1.90 2011/02/12 13:40:53 drochner Exp $ DISTNAME= cairo-1.10.2 PKGREVISION= 2 @@ -43,7 +43,6 @@ TEST_TARGET= check CONFIGURE_ENV+= ac_cv_type___uint128_t=no .endif -.include "../../devel/glib2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.1.9 |