diff options
author | wiz <wiz> | 2003-04-03 08:25:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-04-03 08:25:33 +0000 |
commit | 6f4101d5cf3e145efa778009fe4931a2acf3fb9f (patch) | |
tree | f4f3e0a2141648ab778baa403e308a81b7c88814 /games/tuxracer/Makefile | |
parent | 8578528103456c1271def006ffc6f0fb6d465f3d (diff) | |
download | pkgsrc-6f4101d5cf3e145efa778009fe4931a2acf3fb9f.tar.gz |
User SDL_mixer/SDL_image instead of SDL-mixer/SDL-image.
Bump PKGREVISION.
Diffstat (limited to 'games/tuxracer/Makefile')
-rw-r--r-- | games/tuxracer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/tuxracer/Makefile b/games/tuxracer/Makefile index c57384111d9..4ef0138abc3 100644 --- a/games/tuxracer/Makefile +++ b/games/tuxracer/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/03/25 01:32:55 salo Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/03 08:25:37 wiz Exp $ # DISTNAME= tuxracer-0.61 +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxracer/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -26,7 +27,7 @@ post-install: cd ${PREFIX}/share/tuxracer && \ ${FIND} . -type f -exec ${CHMOD} 444 {} \; -.include "../../audio/SDL-mixer/buildlink2.mk" +.include "../../audio/SDL_mixer/buildlink2.mk" .include "../../lang/tcl/buildlink2.mk" .include "../../mk/pthread.buildlink2.mk" |