diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/monsterz/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile index 13e2221c4e9..3fe2c05d165 100644 --- a/games/monsterz/Makefile +++ b/games/monsterz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/12/17 11:45:19 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2006/12/18 16:32:57 drochner Exp $ # DISTNAME= monsterz-0.7.0 @@ -12,5 +12,7 @@ COMMENT= Puzzle game similar to the famous Bejeweled or Zookeeper DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game DEPENDS+= ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric +PYTHON_PATCH_SCRIPTS= monsterz.py + .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |