diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-03 08:25:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-03 08:25:33 +0000 |
commit | 1a7ebaad6c691c46b38da868b8a56c4f4e629f9e (patch) | |
tree | f4f3e0a2141648ab778baa403e308a81b7c88814 /games/icebreaker | |
parent | 7b93f0660027a8bbea33469def3d3baf2004a3ff (diff) | |
download | pkgsrc-1a7ebaad6c691c46b38da868b8a56c4f4e629f9e.tar.gz |
User SDL_mixer/SDL_image instead of SDL-mixer/SDL-image.
Bump PKGREVISION.
Diffstat (limited to 'games/icebreaker')
-rw-r--r-- | games/icebreaker/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/icebreaker/Makefile b/games/icebreaker/Makefile index 6550f7b8a83..d92a99718b4 100644 --- a/games/icebreaker/Makefile +++ b/games/icebreaker/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2002/11/02 20:46:07 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/04/03 08:25:34 wiz Exp $ # DISTNAME= icebreaker-1.9.7 +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.mattdm.org/icebreaker/1.9.x/ EXTRACT_SUFX= .tgz @@ -25,7 +26,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/icebreaker.6 ${PREFIX}/man/man6 ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/icebreaker -.include "../../audio/SDL-mixer/buildlink2.mk" +.include "../../audio/SDL_mixer/buildlink2.mk" .include "../../devel/smpeg/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |