summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authordrochner <drochner>2006-12-18 16:32:57 +0000
committerdrochner <drochner>2006-12-18 16:32:57 +0000
commitba9bb1598f375f7dc6b8182da5ddd556c93b7285 (patch)
tree92153d8afccb9128c3816c6311c66b1e8727d9a1 /games
parentebdf424e50604ea679c3c63afa9e94077e687b60 (diff)
downloadpkgsrc-ba9bb1598f375f7dc6b8182da5ddd556c93b7285.tar.gz
add a PYTHON_PATCH_SCRIPTS to make it choose the right python
Diffstat (limited to 'games')
-rw-r--r--games/monsterz/Makefile4
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"