diff options
author | drochner <drochner@pkgsrc.org> | 2009-02-19 12:36:15 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-02-19 12:36:15 +0000 |
commit | b773a8b35d1cca9f9139454df24db7d85c0a007a (patch) | |
tree | 3f75458f004aa4a1f2f14476799f79e883b7b586 /games/xblockout/Makefile | |
parent | c06768031aaa03ffa395037cde0346cdff34951a (diff) | |
download | pkgsrc-b773a8b35d1cca9f9139454df24db7d85c0a007a.tar.gz |
update to 1.1.6
change: use a 20pt font as "bigfont", avoids problems on systems
where the original 24pt font is not found
pkgsrc change: fix the code which does font replacement in case
a font is not found (following an idea from gentoo but done correctly)
thanks to Felix Resch for pointers and testing
Diffstat (limited to 'games/xblockout/Makefile')
-rw-r--r-- | games/xblockout/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xblockout/Makefile b/games/xblockout/Makefile index ba2722f6b13..bb9b83aa006 100644 --- a/games/xblockout/Makefile +++ b/games/xblockout/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2007/02/06 17:08:19 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2009/02/19 12:36:15 drochner Exp $ # -DISTNAME= xbl-1.1.5 -PKGREVISION= 1 +DISTNAME= xbl-1.1.6 CATEGORIES= games MASTER_SITES= http://www710.univ-lyon1.fr/~exco/XBL/ |