diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/kimboot/Makefile | 2 | ||||
-rw-r--r-- | games/poker-engine/Makefile | 2 | ||||
-rw-r--r-- | games/py-poker-eval/Makefile | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/games/poker-engine/Makefile b/games/poker-engine/Makefile index 009b371f4799..5368bebb9a6b 100644 --- a/games/poker-engine/Makefile +++ b/games/poker-engine/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ BUILD_DEPENDS= ${RUN_DEPENDS} USE_GNOME= pkgconfig -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/games/py-poker-eval/Makefile b/games/py-poker-eval/Makefile index 5757e16bb3da..1d7f56bca86d 100644 --- a/games/py-poker-eval/Makefile +++ b/games/py-poker-eval/Makefile @@ -19,7 +19,7 @@ COMMENT= Python adaptor for the poker-eval toolkit LIB_DEPENDS= poker-eval.1:${PORTSDIR}/games/poker-eval USE_GNOME= pkgconfig -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ GNU_CONFIGURE= yes PLIST_SUB= PYVER=${_PYTHON_VERSION:S/./_/} |