pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/monsterz add a PYTHON_PATCH_SCRIPTS to make it c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f23be9b09b75
branches:  trunk
changeset: 522710:f23be9b09b75
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Dec 18 16:32:57 2006 +0000

description:
add a PYTHON_PATCH_SCRIPTS to make it choose the right python

diffstat:

 games/monsterz/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e0fb575ed881 -r f23be9b09b75 games/monsterz/Makefile
--- a/games/monsterz/Makefile   Mon Dec 18 15:52:27 2006 +0000
+++ b/games/monsterz/Makefile   Mon Dec 18 16:32:57 2006 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index