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 | |
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')
-rw-r--r-- | games/widelands/Makefile | 2 | ||||
-rw-r--r-- | games/xwordpy/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/widelands/Makefile b/games/widelands/Makefile index fc9fc6223c4e..8f46dbfef84b 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -30,7 +30,7 @@ CMAKE_ARGS= -DWL_INSTALL_PREFIX="${PREFIX}" \ -DWL_VERSION="${DISTVERSION}" USE_LUA= 5.1+ USE_SDL= sdl mixer image net ttf gfx -USE_PYTHON_BUILD=2.4+ +USE_PYTHON_BUILD=2.5+ MAKE_JOBS_SAFE= yes PLIST_FILES= bin/widelands 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%% |