diff options
author | snj <snj@pkgsrc.org> | 2004-11-28 20:26:35 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-11-28 20:26:35 +0000 |
commit | de16647a17c748e8a92ef0ace1f75ab0515c5f27 (patch) | |
tree | af2dfb589b1d885d9edbb613ef721e3bd865a402 /games/criticalmass/Makefile | |
parent | 471902b827aba639f187f6504e61bebfb1512bcd (diff) | |
download | pkgsrc-de16647a17c748e8a92ef0ace1f75ab0515c5f27.tar.gz |
Update to 0.99.
Changes:
* Added support for changing resolution at runtime.
* Added option to restart game after death when you didn't make the top ten.
* Minor fixes and updates.
Diffstat (limited to 'games/criticalmass/Makefile')
-rw-r--r-- | games/criticalmass/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index 5ad0d0983bf..ddf28787b13 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2004/10/03 00:14:43 tv Exp $ +# $NetBSD: Makefile,v 1.14 2004/11/28 20:26:35 snj Exp $ # -DISTNAME= CriticalMass-0.98 +DISTNAME= CriticalMass-0.99 PKGNAME= ${DISTNAME:S/CM/cm/} -PKGREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=criticalmass/} EXTRACT_SUFX= .tar.bz2 |