diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 17:00:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 17:00:14 +0000 |
commit | 1b1b29c5e67c38e250e44ae7563d512ebe74fea2 (patch) | |
tree | 6970168a5505ab8a1e3f83ccfe8038cceb959628 /games/kimboot | |
parent | - Get rip python 2.3+ (diff) |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr
Diffstat (limited to 'games/kimboot')
-rw-r--r-- | games/kimboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/kimboot/Makefile b/games/kimboot/Makefile index aa5f1cf840bc..69df4bab26c1 100644 --- a/games/kimboot/Makefile +++ b/games/kimboot/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ ${PYTHON_SITELIBDIR}/xode/__init__.py:${PORTSDIR}/devel/py-ode USE_BZIP2= yes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ NO_BUILD= yes SUB_FILES= kimboot |