diff options
author | xtraeme <xtraeme> | 2004-04-25 04:15:43 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-25 04:15:43 +0000 |
commit | 453f3d91776757cccc46f55fdc9f33d10540ca7d (patch) | |
tree | 23bdc2bc49e0608e366fe5acab2e1312bc6d8846 | |
parent | ba90a078493329ad54062aeaecd001f797455382 (diff) | |
download | pkgsrc-453f3d91776757cccc46f55fdc9f33d10540ca7d.tar.gz |
s/USE_X11BASE/USE_X11/ in graphics/gdk-pixbuf. Bump PKGREVISION.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/Makefile.common | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 91efc1f5fd6..02d84b1b786 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5731 2004/04/25 00:35:06 kim Exp $ +$NetBSD: CHANGES,v 1.5732 2004/04/25 04:15:43 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2235,3 +2235,4 @@ Changes to the packages collection and infrastructure in 2004: Updated bbweather to 0.6.2 [jschauma 2004-04-24] Added ices-mp3-0.3 [kim 2004-04-24] Added mstream-0.2 [kim 2004-04-24] + Updated gdk-pixbuf to 0.22.0nb2 [xtraeme 2004-04-25] diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common index 7cc0b6b7afc..343f792a08b 100644 --- a/graphics/gdk-pixbuf/Makefile.common +++ b/graphics/gdk-pixbuf/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.37 2004/02/17 02:45:21 dmcmahill Exp $ +# $NetBSD: Makefile.common,v 1.38 2004/04/25 04:15:43 xtraeme Exp $ DISTNAME= gdk-pixbuf-${VER}.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${VER}/} EXTRACT_SUFX= .tar.bz2 @@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES USE_GNU_TOOLS+= make -USE_X11BASE= YES +USE_X11= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES |