diff options
author | rh <rh@pkgsrc.org> | 2001-09-30 21:17:58 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-09-30 21:17:58 +0000 |
commit | 19a51fb6b86008d1cbba5d7c0a1b7b3bfa3d592a (patch) | |
tree | 127c0873727bad97b548ebe884bc8618a9378817 /graphics/gdk-pixbuf/Makefile.common | |
parent | 3c9878b2ca4e8628678619c218ec04d1ea19b847 (diff) | |
download | pkgsrc-19a51fb6b86008d1cbba5d7c0a1b7b3bfa3d592a.tar.gz |
Update gdk-pixbuf and gdk-pixbuf-gnome to 0.11.0. Changes are:
* Made the GdkPixbufLoader headers usable by C++ compilers by
replacing "private" with "priv"
* Replaced the documentation Makefile with one similar to that in GTK+
HEAD
Diffstat (limited to 'graphics/gdk-pixbuf/Makefile.common')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common index dd448275027..c2f76cf62a0 100644 --- a/graphics/gdk-pixbuf/Makefile.common +++ b/graphics/gdk-pixbuf/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.15 2001/09/09 03:37:01 jlam Exp $ +# $NetBSD: Makefile.common,v 1.16 2001/09/30 21:17:58 rh Exp $ # -DISTNAME= gdk-pixbuf-0.10.1 +DISTNAME= gdk-pixbuf-0.11.0 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gdk-pixbuf/} |