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/widelands | |
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/widelands')
-rw-r--r-- | games/widelands/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |