diff options
author | shattered <shattered@pkgsrc.org> | 2014-09-12 22:01:27 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2014-09-12 22:01:27 +0000 |
commit | c2c219ed431766a94a1535d02aece935f0e1aa4f (patch) | |
tree | 320ad1128670fb788c0c6e49448605856ab17802 /games/ltris/Makefile | |
parent | 9ce533d2f5da8946c818bd0298631525a6c92245 (diff) | |
download | pkgsrc-c2c219ed431766a94a1535d02aece935f0e1aa4f.tar.gz |
Update to 1.0.19 (2013). Changes:
- reset key states when unpausing to prevent unwanted movement
Diffstat (limited to 'games/ltris/Makefile')
-rw-r--r-- | games/ltris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile index 13f8bcc29e7..85abfcc4179 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2012/10/06 11:54:46 asau Exp $ +# $NetBSD: Makefile,v 1.27 2014/09/12 22:01:27 shattered Exp $ -DISTNAME= ltris-1.0.18 +DISTNAME= ltris-1.0.19 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/} |