diff options
author | dholland <dholland@pkgsrc.org> | 2009-05-23 15:02:42 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2009-05-23 15:02:42 +0000 |
commit | b23f331e7e4738eac814191d1b8f2e1122062d3f (patch) | |
tree | 429610c436483592d631a577bfff8a70b3191c8f /games/xfrisk/Makefile | |
parent | 17ceef049062a980224bdb34445c636293f12052 (diff) | |
download | pkgsrc-b23f331e7e4738eac814191d1b8f2e1122062d3f.tar.gz |
Commit my crash-fix patches from PR 37267. PKGREVISION++ (to 5)
This also fixes the infamous "Bogus call to CARDS_RenderCard!" bug.
Diffstat (limited to 'games/xfrisk/Makefile')
-rw-r--r-- | games/xfrisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile index 690ff1bff7d..0a46c729d4c 100644 --- a/games/xfrisk/Makefile +++ b/games/xfrisk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:16 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2009/05/23 15:02:42 dholland Exp $ # DISTNAME= xfrisk-1.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.tuxick.net/xfrisk/files/ |