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
commit11bfde509ba1db4cd19680498c461b825fcf324a (patch)
tree92153d8afccb9128c3816c6311c66b1e8727d9a1 /games
parent5c57d93b3acfeb1b1e7c9e01b9e0769685d764db (diff)
downloadpkgsrc-11bfde509ba1db4cd19680498c461b825fcf324a.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"