aboutsummaryrefslogtreecommitdiff
path: root/games/pysol
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2005-01-13 12:26:51 +0000
committerThomas Gellekum <tg@FreeBSD.org>2005-01-13 12:26:51 +0000
commit005955d18e05c57d2bdb8c6260f1c2635062ad42 (patch)
tree41f3ac7b6650b88ae9466df55b438eb13483e125 /games/pysol
parent5ad6bb4641725411e8067914dc2963f6c51a90cf (diff)
downloadports-005955d18e05c57d2bdb8c6260f1c2635062ad42.tar.gz
ports-005955d18e05c57d2bdb8c6260f1c2635062ad42.zip
PySol does not run with Python-2.4. Use Python <= 2.3.
Notes
Notes: svn path=/head/; revision=126314
Diffstat (limited to 'games/pysol')
-rw-r--r--games/pysol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile
index a4598d3c86b5..6cb80de9bbc9 100644
--- a/games/pysol/Makefile
+++ b/games/pysol/Makefile
@@ -16,7 +16,7 @@ COMMENT= Solitaire game, written in Python
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
USE_BZIP2= yes
-USE_PYTHON= yes
+USE_PYTHON= -2.3
NO_BUILD= yes