diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2005-01-13 12:26:51 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2005-01-13 12:26:51 +0000 |
commit | 005955d18e05c57d2bdb8c6260f1c2635062ad42 (patch) | |
tree | 41f3ac7b6650b88ae9466df55b438eb13483e125 /games | |
parent | 5ad6bb4641725411e8067914dc2963f6c51a90cf (diff) | |
download | ports-005955d18e05c57d2bdb8c6260f1c2635062ad42.tar.gz ports-005955d18e05c57d2bdb8c6260f1c2635062ad42.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/pysol/Makefile | 2 |
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 |