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/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/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 329259bd352..9bcc199b6be 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.581 2011/02/11 13:50:06 obache Exp $ +# $NetBSD: Makefile,v 1.582 2011/02/12 13:40:53 drochner Exp $ # COMMENT= Graphics tools and libraries @@ -35,6 +35,7 @@ SUBDIR+= blender-doc SUBDIR+= blinkenthemes SUBDIR+= blinkentools SUBDIR+= cairo +SUBDIR+= cairo-gobject SUBDIR+= cairomm SUBDIR+= cal3d SUBDIR+= cal3d-examples |