diff options
author | reed <reed@pkgsrc.org> | 2004-01-03 18:49:33 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-01-03 18:49:33 +0000 |
commit | 91aa432d21a2f20eb5483a1219a910033155c35c (patch) | |
tree | 9081871bd8eb77c4940a5eca1b3c12d42386c628 /games/gnome-games | |
parent | c253fd702d685399ef9d2151afe6fa2718685c4c (diff) | |
download | pkgsrc-91aa432d21a2f20eb5483a1219a910033155c35c.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 'games/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 4 | ||||
-rw-r--r-- | games/gnome-games/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 77375701ac4..5ea295e017a 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2003/11/12 01:31:49 salo Exp $ +# $NetBSD: Makefile,v 1.58 2004/01/03 18:49:40 reed Exp $ DISTNAME= gnome-games-1.4.0.4 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-games/1.4/}\ ${MASTER_SITE_LOCAL} diff --git a/games/gnome-games/buildlink2.mk b/games/gnome-games/buildlink2.mk index 72f1d820348..4c8f0ce27cd 100644 --- a/games/gnome-games/buildlink2.mk +++ b/games/gnome-games/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.6 2003/11/12 01:31:49 salo Exp $ +# $NetBSD: buildlink2.mk,v 1.7 2004/01/03 18:49:40 reed Exp $ # # This Makefile fragment is included by packages that use gnome-games. # @@ -9,7 +9,7 @@ GNOME_GAMES_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gnome-games -BUILDLINK_DEPENDS.gnome-games?= gnome-games>=1.4.0.4nb8 +BUILDLINK_DEPENDS.gnome-games?= gnome-games>=1.4.0.4nb9 BUILDLINK_PKGSRCDIR.gnome-games?= ../../games/gnome-games EVAL_PREFIX+= BUILDLINK_PREFIX.gnome-games=gnome-games |