diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-28 16:35:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-28 16:35:31 +0800 |
commit | 0fd2f8f24ae3fd57518f77de81a98e84d2dd1399 (patch) | |
tree | 1a1921068cc88c7b216949cab83c491b85b7f80c /games/xwordpy | |
parent | 8c95a363837301bca64034e8f8a8cacfc531e8f2 (diff) | |
download | freebsd-ports-gnome-0fd2f8f24ae3fd57518f77de81a98e84d2dd1399.tar.gz freebsd-ports-gnome-0fd2f8f24ae3fd57518f77de81a98e84d2dd1399.tar.zst freebsd-ports-gnome-0fd2f8f24ae3fd57518f77de81a98e84d2dd1399.zip |
- Switch to python 25 as mini. version.
Diffstat (limited to 'games/xwordpy')
-rw-r--r-- | games/xwordpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xwordpy/Makefile b/games/xwordpy/Makefile index 4f55da67504b..19a87d023f2a 100644 --- a/games/xwordpy/Makefile +++ b/games/xwordpy/Makefile @@ -16,7 +16,7 @@ MAINTAINER= bf@FreeBSD.org COMMENT= An application for solving crossword puzzles in the Across Lite format USE_GNOME= pygtk2 -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ NO_BUILD= yes PLIST_DIRS= %%DATADIR%% |