diff options
author | wiz <wiz> | 2002-12-24 06:09:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-24 06:09:44 +0000 |
commit | 5931c8c9c19c0cbd0f9a91ccf975d4b0ccf63cf8 (patch) | |
tree | 8a7e4f003654ca20961f63344f21c9a974843e5e /games/gturing | |
parent | cfb8d72478bec4d603a124848e82b48aadaff7a4 (diff) | |
download | pkgsrc-5931c8c9c19c0cbd0f9a91ccf975d4b0ccf63cf8.tar.gz |
Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
Diffstat (limited to 'games/gturing')
-rw-r--r-- | games/gturing/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gturing/Makefile b/games/gturing/Makefile index b961538b131..f2170dff801 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/12/01 02:00:15 salo Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/24 06:10:03 wiz Exp $ # DISTNAME= gturing-0.1.1 +PKGREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gturing/0.1/} EXTRACT_SUFX= .tar.bz2 |