diff options
author | wiz <wiz@pkgsrc.org> | 2000-11-29 17:24:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-11-29 17:24:52 +0000 |
commit | cae2ccded0b2437c924fdb9ad902a4d22dea1068 (patch) | |
tree | 629954b34c1f5959b88481260240c6892a784c67 /graphics/Makefile | |
parent | 3bed978472b69f6657a43ffeddabe483f0ee5e1e (diff) | |
download | pkgsrc-cae2ccded0b2437c924fdb9ad902a4d22dea1068.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 |