diff options
author | adam <adam@pkgsrc.org> | 2003-08-26 15:32:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-08-26 15:32:44 +0000 |
commit | 53667db8eafd1ea5cb801c34ce8e6abd48c0833f (patch) | |
tree | 18a5697e3f5974a6f973ea7c8955ad14d73085fd /games/mirrormagic-sdl/Makefile | |
parent | 2823ef9edf21b8ea16b77036681f8c4ff3c773b0 (diff) | |
download | pkgsrc-53667db8eafd1ea5cb801c34ce8e6abd48c0833f.tar.gz |
Most important changes since release version 2.0.1:
- fixed bug that can cause crash on some compilers or systems
- fixed bug in game engine making some levels sometimes unsolvable
- for details, see CHANGES file (included in the package)
Diffstat (limited to 'games/mirrormagic-sdl/Makefile')
-rw-r--r-- | games/mirrormagic-sdl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/mirrormagic-sdl/Makefile b/games/mirrormagic-sdl/Makefile index a58ec8e3319..87293a7d470 100644 --- a/games/mirrormagic-sdl/Makefile +++ b/games/mirrormagic-sdl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2003/07/13 13:51:52 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/08/26 15:32:44 adam Exp $ # -DISTNAME= mirrormagic-2.0.1 +DISTNAME= mirrormagic-2.0.2 PKGNAME= ${DISTNAME:S/-/-sdl-/} PKGREVISION= 3 CATEGORIES= games x11 |