diff options
author | reed <reed> | 2004-01-03 18:49:33 +0000 |
---|---|---|
committer | reed <reed> | 2004-01-03 18:49:33 +0000 |
commit | a06f12bdce16b588525a769c9f6a99518e6aaef5 (patch) | |
tree | 9081871bd8eb77c4940a5eca1b3c12d42386c628 /x11/gnome-core | |
parent | 3ab1e667ba104f163d1528c390c82f6594e320cc (diff) | |
download | pkgsrc-a06f12bdce16b588525a769c9f6a99518e6aaef5.tar.gz |
Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
Diffstat (limited to 'x11/gnome-core')
-rw-r--r-- | x11/gnome-core/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-core/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile index aec78ebc1ff..2e896c37528 100644 --- a/x11/gnome-core/Makefile +++ b/x11/gnome-core/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.94 2003/12/13 19:46:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.95 2004/01/03 18:49:56 reed Exp $ # .include "Makefile.common" -PKGREVISION= 9 +PKGREVISION= 10 COMMENT= Core component of GNU Network Object Management Environment diff --git a/x11/gnome-core/buildlink2.mk b/x11/gnome-core/buildlink2.mk index 57d51403c49..951189e08d4 100644 --- a/x11/gnome-core/buildlink2.mk +++ b/x11/gnome-core/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.9 2003/11/12 01:31:52 salo Exp $ +# $NetBSD: buildlink2.mk,v 1.10 2004/01/03 18:49:56 reed Exp $ # # This Makefile fragment is included by packages that use gnome-core. # @@ -9,7 +9,7 @@ GNOME_CORE_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gnome-core -BUILDLINK_DEPENDS.gnome-core?= gnome-core>=1.4.2nb8 +BUILDLINK_DEPENDS.gnome-core?= gnome-core>=1.4.2nb10 BUILDLINK_PKGSRCDIR.gnome-core?= ../../x11/gnome-core EVAL_PREFIX+= BUILDLINK_PREFIX.gnome-core=gnome-core |