diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-08 14:04:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-08 14:04:40 +0800 |
commit | 33500fb189066438858536fa8724b5a0fc4b5ed6 (patch) | |
tree | 9cc7d0b65f19346ef5eb3d288f2e744e40ea5354 /games/py-poker-eval | |
parent | 109daeda84854fde46a3a7a494f29db94f9b18cc (diff) | |
download | freebsd-ports-gnome-33500fb189066438858536fa8724b5a0fc4b5ed6.tar.gz freebsd-ports-gnome-33500fb189066438858536fa8724b5a0fc4b5ed6.tar.zst freebsd-ports-gnome-33500fb189066438858536fa8724b5a0fc4b5ed6.zip |
- Allow python 2.5-2.6
Diffstat (limited to 'games/py-poker-eval')
-rw-r--r-- | games/py-poker-eval/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/py-poker-eval/Makefile b/games/py-poker-eval/Makefile index 76b3d180eb8e..819bcac36fce 100644 --- a/games/py-poker-eval/Makefile +++ b/games/py-poker-eval/Makefile @@ -20,7 +20,7 @@ COMMENT= Python adaptor for the poker-eval toolkit LIB_DEPENDS= poker-eval.1:${PORTSDIR}/games/poker-eval USE_GNOME= pkgconfig -USE_PYTHON= 2.5+ +USE_PYTHON= 2.5-2.6 GNU_CONFIGURE= yes PLIST_SUB= PYVER=${_PYTHON_VERSION:S/./_/} |