diff options
author | wiz <wiz> | 2000-11-29 17:24:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-11-29 17:24:52 +0000 |
commit | 605a10b0cd547d5362037b4e6d0b035282c88c7b (patch) | |
tree | 629954b34c1f5959b88481260240c6892a784c67 /graphics/Makefile | |
parent | 2790f619706812a19b4eb99762744b7060a3d788 (diff) | |
download | pkgsrc-605a10b0cd547d5362037b4e6d0b035282c88c7b.tar.gz |
Split off gnome part of gdk-pixbuf into gdk-pixbuf-gnome package,
so that not all programs depending on gdk-pixbuf have to depend on
gnome-libs.
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 4d084b4a316..5732f21ebf3 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2000/11/27 14:44:37 rh Exp $ +# $NetBSD: Makefile,v 1.105 2000/11/29 17:24:52 wiz Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -33,6 +33,7 @@ SUBDIR += g3d SUBDIR += gd SUBDIR += gdk-pixbuf + SUBDIR += gdk-pixbuf-gnome SUBDIR += get_ds7 SUBDIR += gif2png SUBDIR += gif320 |