diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-11-30 22:58:40 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-11-30 22:58:40 +0000 |
commit | c6baf95a8f18a1b1fb1e19583fa1fed495f13344 (patch) | |
tree | 2f733f258e7d2fe1aa3b75159442230adb1548fe /games/tuxracer/Makefile | |
parent | 3db78cacd659c4a951634d77de8f0394239a9358 (diff) | |
download | pkgsrc-c6baf95a8f18a1b1fb1e19583fa1fed495f13344.tar.gz |
As pointed out by jlam:
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.
Diffstat (limited to 'games/tuxracer/Makefile')
-rw-r--r-- | games/tuxracer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tuxracer/Makefile b/games/tuxracer/Makefile index 435a2241785..a969ae5df8b 100644 --- a/games/tuxracer/Makefile +++ b/games/tuxracer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/08/01 11:47:41 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/11/30 22:58:41 jschauma Exp $ # DISTNAME= tuxracer-0.61 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxracer/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |