diff options
author | tg <tg@FreeBSD.org> | 2005-01-13 20:26:51 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2005-01-13 20:26:51 +0800 |
commit | 77ab94d6a90c2f7c026e80b77507bc6b87f77971 (patch) | |
tree | 9c103d8537ed4afb40d3cd318eee09bd88dcf205 /games | |
parent | 9bcc8b6328ccf28426d8f49fe4d3d679a41c6a99 (diff) | |
download | freebsd-ports-gnome-77ab94d6a90c2f7c026e80b77507bc6b87f77971.tar.gz freebsd-ports-gnome-77ab94d6a90c2f7c026e80b77507bc6b87f77971.tar.zst freebsd-ports-gnome-77ab94d6a90c2f7c026e80b77507bc6b87f77971.zip |
PySol does not run with Python-2.4. Use Python <= 2.3.
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 |